diff options
Diffstat (limited to 'src/Q5/Citizen.java')
| -rw-r--r-- | src/Q5/Citizen.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Q5/Citizen.java b/src/Q5/Citizen.java index 92b836f..c5da9b8 100644 --- a/src/Q5/Citizen.java +++ b/src/Q5/Citizen.java @@ -70,6 +70,7 @@ public class Citizen { /** * Converts an integer to a string. * + * @param i the integer to convert to a string * @return the converted integer as a string. */ public static String convert(int i) { |
