From 04c941e65015cdd96f2665fcb3daf6f27f55a6cd Mon Sep 17 00:00:00 2001 From: mokha Date: Wed, 8 May 2019 17:59:17 -0600 Subject: fix errors in the docs --- src/Q2/BonusOnSavings.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Q2/BonusOnSavings.java') 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. -- cgit v1.2.3