diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-02 17:39:54 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-02 17:39:54 -0300 |
| commit | e68d36aafd8a10fa52ad263045c960747e754b5e (patch) | |
| tree | 1e9060f03dd59b9338545e0b5bef0a7a8f2f5616 /base/src/main/java/bjc/utils/cli | |
| parent | d7bae4d2145d8337570fec03974272d49ba5269d (diff) | |
Comment changes
Perform various comment tweaks and changes
Diffstat (limited to 'base/src/main/java/bjc/utils/cli')
| -rw-r--r-- | base/src/main/java/bjc/utils/cli/GenericCommandMode.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base/src/main/java/bjc/utils/cli/GenericCommandMode.java b/base/src/main/java/bjc/utils/cli/GenericCommandMode.java index 7be5454..03d9feb 100644 --- a/base/src/main/java/bjc/utils/cli/GenericCommandMode.java +++ b/base/src/main/java/bjc/utils/cli/GenericCommandMode.java @@ -144,8 +144,10 @@ public class GenericCommandMode implements CommandMode { /* Default command builders */ /* - * @TODO 10/09/17 Ben Culkin :CommandExtraction These command messages - * should be extracted into some kind of file-based abstraction. + * @TODO 10/09/17 Ben Culkin :CommandExtraction + * + * These command messages should be extracted into some kind of + * file-based abstraction. */ private GenericCommand buildAliasCommand() { final String aliasShortHelp = "alias\tAlias one command to another"; |
