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/Q4/RandomSumGame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Q4') diff --git a/src/Q4/RandomSumGame.java b/src/Q4/RandomSumGame.java index 43728a7..b174d9e 100644 --- a/src/Q4/RandomSumGame.java +++ b/src/Q4/RandomSumGame.java @@ -131,7 +131,7 @@ public class RandomSumGame { /** * The entry point to the console application. * - * @params args the command line arguments passed to the program + * @param args the command line arguments passed to the program */ public static void main(String[] args) { Scanner in = new Scanner(System.in); -- cgit v1.2.3