From fb7d03388e298258563c22abda1bd46cdaf991b7 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 25 Apr 2016 22:11:28 -0400 Subject: General code cleanup, and some more GUI controls --- BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java') 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 f6313af..48a741c 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java +++ b/BJC-Utils2/src/main/java/bjc/utils/cli/ICommandMode.java @@ -36,10 +36,11 @@ public interface ICommandMode { /** * Get the name of this command mode * - * @return The name of this command mode, which is "crawler" by default + * @return The name of this command mode, which is the empty string by + * default */ public default String getName() { - return "crawler"; + return ""; } /** -- cgit v1.2.3