From de14ca22d72be35e59ce370ef0edf8626db6cd82 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 14 Sep 2020 08:27:01 -0600 Subject: Fix misplaced or incorrect javadoc tags --- ajdoc/testdata/spacewar/spacewar/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajdoc') diff --git a/ajdoc/testdata/spacewar/spacewar/Game.java b/ajdoc/testdata/spacewar/spacewar/Game.java index da67d7bc3..54b1bf2ac 100644 --- a/ajdoc/testdata/spacewar/spacewar/Game.java +++ b/ajdoc/testdata/spacewar/spacewar/Game.java @@ -68,7 +68,7 @@ public class Game extends Thread { * thread. You can instantiate multiple games at once. For the time being * the only way to end the game is to exit from the Java VM. * - * @param isDemo Controls whether the game runs in demo mode or not. True + * @param mode Controls whether the game runs in demo mode or not. True * means it is a demo, false means it runs in normal 2 player mode. */ public Game(String mode) { -- cgit v1.2.3