diff options
| author | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
|---|---|---|
| committer | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
| commit | 75b790db6a759b3057c294bae3f669e5b01c8688 (patch) | |
| tree | 50f60ce14ab318ccfd1be7879472cccfa53355dd /base/src/bjc/dicelang/DiceLangConsole.java | |
| parent | c8637f6156d65d52bf35c3a867c76bfbf2d0da3e (diff) | |
Format pass mk. 2
Diffstat (limited to 'base/src/bjc/dicelang/DiceLangConsole.java')
| -rw-r--r-- | base/src/bjc/dicelang/DiceLangConsole.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/src/bjc/dicelang/DiceLangConsole.java b/base/src/bjc/dicelang/DiceLangConsole.java index 365ab59..71310da 100644 --- a/base/src/bjc/dicelang/DiceLangConsole.java +++ b/base/src/bjc/dicelang/DiceLangConsole.java @@ -30,7 +30,7 @@ public class DiceLangConsole { * Create a new console. * * @param args - * The CLI args for the console. + * The CLI args for the console. */ public DiceLangConsole(final String[] args) { commandNumber = 0; @@ -304,7 +304,7 @@ public class DiceLangConsole { * Main method. * * @param args - * CLI arguments. + * CLI arguments. */ public static void main(final String[] args) { final DiceLangConsole console = new DiceLangConsole(args); |
