From ae42b62aa6e75c172e450ab397ab902c40697b9b Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 Aug 2019 18:34:29 -0600 Subject: fix javadoc --- src/Q5/ComputeIntellect.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Q5/ComputeIntellect.java') diff --git a/src/Q5/ComputeIntellect.java b/src/Q5/ComputeIntellect.java index 68db941..54ca2fb 100644 --- a/src/Q5/ComputeIntellect.java +++ b/src/Q5/ComputeIntellect.java @@ -53,7 +53,10 @@ public class ComputeIntellect { return this.undergraduate; } - /** Tallys the # of citizens with different educational qualifications. */ + /** + * Tallys the # of citizens with different educational qualifications. + * @param citizens the array of citizens to tally. + * */ public void distributionOfQualification(Citizen[] citizens) { for (Citizen citizen : citizens) switch (citizen.getEducationalQualification()) { -- cgit v1.2.3