diff options
| author | mokha <mokha@cisco.com> | 2019-05-08 17:59:17 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-08 17:59:17 -0600 |
| commit | 04c941e65015cdd96f2665fcb3daf6f27f55a6cd (patch) | |
| tree | 83e3b147b33d372bce7a5ef57b147340f15d6bf4 /src/Q2/BonusOnSavings.java | |
| parent | d7eccde0f7fe5f046a224336d2b2a789e9b0b9f7 (diff) | |
fix errors in the docs
Diffstat (limited to 'src/Q2/BonusOnSavings.java')
| -rw-r--r-- | src/Q2/BonusOnSavings.java | 1 |
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. |
