summaryrefslogtreecommitdiff
path: root/src/Q2/BonusOnSavings.java
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-05-08 17:59:17 -0600
committermokha <mokha@cisco.com>2019-05-08 17:59:17 -0600
commit04c941e65015cdd96f2665fcb3daf6f27f55a6cd (patch)
tree83e3b147b33d372bce7a5ef57b147340f15d6bf4 /src/Q2/BonusOnSavings.java
parentd7eccde0f7fe5f046a224336d2b2a789e9b0b9f7 (diff)
fix errors in the docs
Diffstat (limited to 'src/Q2/BonusOnSavings.java')
-rw-r--r--src/Q2/BonusOnSavings.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Q2/BonusOnSavings.java b/src/Q2/BonusOnSavings.java
index 1a0bb2e..4d80361 100644
--- a/src/Q2/BonusOnSavings.java
+++ b/src/Q2/BonusOnSavings.java
@@ -32,6 +32,7 @@ public class BonusOnSavings {
* Computes the bonus based on the target monthly commitment and the actual quarterly
* contributions.
*
+ * @param monthlyCommitment the target monthly commitment for each month.
* @param q1 the actual contribution for the first quarter.
* @param q2 the actual contribution for the second quarter.
* @param q3 the actual contribution for the third quarter.