diff options
author | Jerry James <loganjerry@gmail.com> | 2020-09-14 08:27:01 -0600 |
---|---|---|
committer | Jerry James <loganjerry@gmail.com> | 2020-09-14 08:27:01 -0600 |
commit | de14ca22d72be35e59ce370ef0edf8626db6cd82 (patch) | |
tree | 746054ba7809fd6c7990a364dff0050a3fc7012e /ajdoc | |
parent | f8f117808bef16efd520803636c6841332e83c49 (diff) | |
download | aspectj-de14ca22d72be35e59ce370ef0edf8626db6cd82.tar.gz aspectj-de14ca22d72be35e59ce370ef0edf8626db6cd82.zip |
Fix misplaced or incorrect javadoc tags
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/testdata/spacewar/spacewar/Game.java | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |