diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-26 09:38:26 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-26 09:40:25 -0500 |
| commit | 0b4fd83d36eb82c92a39af8b8e1c521d822bd4c3 (patch) | |
| tree | 79bdddd59f526451411362559b213bdb8485406a /BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java | |
| parent | e8567df90f38e5f2e15fbb245aa4ac45d37a3003 (diff) | |
Formatting
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java')
| -rw-r--r-- | BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java b/BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java index 8583b80..00b83ed 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java +++ b/BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java @@ -29,8 +29,7 @@ public interface ICommandMode { * if this mode doesn't support a custom prompt */ public default String getCustomPrompt() { - throw new UnsupportedOperationException( - "This mode doesn't support a custom prompt"); + throw new UnsupportedOperationException("This mode doesn't support a custom prompt"); } /** |
