diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2018-03-01 14:53:15 -0500 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2018-03-01 14:53:15 -0500 |
| commit | 10beb8e502ec8cbb02162a09da2d826ea2a1b1fc (patch) | |
| tree | 6f04883aee2b8300c3989067d02f6245f1aee187 /base/src/main/java/bjc/utils/cli/objects/Command.java | |
| parent | c6fa9c56ee7d339f4b7d49e528bde1b15039e359 (diff) | |
Format pass
Diffstat (limited to 'base/src/main/java/bjc/utils/cli/objects/Command.java')
| -rw-r--r-- | base/src/main/java/bjc/utils/cli/objects/Command.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/src/main/java/bjc/utils/cli/objects/Command.java b/base/src/main/java/bjc/utils/cli/objects/Command.java index 04cdfd9..c4b2a48 100644 --- a/base/src/main/java/bjc/utils/cli/objects/Command.java +++ b/base/src/main/java/bjc/utils/cli/objects/Command.java @@ -38,15 +38,15 @@ public class Command { /** * The full text of this command. */ - public final String fullCommand; + public final String fullCommand; /** * The text of this command without its name. */ - public final String remnCommand; + public final String remnCommand; /** * The name of this command. */ - public final String nameCommand; + public final String nameCommand; /** * The name of the I/O source this command was read from. |
