Skip to content
Snippets Groups Projects
Commit 37dcd283 authored by Tomas Beranek's avatar Tomas Beranek
Browse files

docs: missing variable explanation filled

parent 8cbd62b2
No related branches found
No related tags found
2 merge requests!5Merging simulation branch with main branch,!4Merging Main branch with Simulation branch
...@@ -8,7 +8,7 @@ public class WarGameApp { ...@@ -8,7 +8,7 @@ public class WarGameApp {
/** /**
* main method that doesn't extend application, which the main method should extend * main method that doesn't extend application, which the main method should extend
* @param args * @param args argument
*/ */
public static void main(String[] args) { public static void main(String[] args) {
WarGamesGUI.main(args); WarGamesGUI.main(args);
......
...@@ -13,7 +13,7 @@ public class WarGamesGUI extends Application { ...@@ -13,7 +13,7 @@ public class WarGamesGUI extends Application {
/** /**
* main method that starts the application * main method that starts the application
* @param args * @param args argument
*/ */
public static void main(String[] args) { public static void main(String[] args) {
launch(args); launch(args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment