From 42f7d379a430aaf2fad169f0170de04072b08b10 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 22 Apr 2016 14:48:04 -0400 Subject: Formatting changes --- BJC-Utils2/src/main/java/bjc/utils/cli/ICommand.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/cli/ICommand.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/cli/ICommand.java b/BJC-Utils2/src/main/java/bjc/utils/cli/ICommand.java index 7029829..ff15a37 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/cli/ICommand.java +++ b/BJC-Utils2/src/main/java/bjc/utils/cli/ICommand.java @@ -7,6 +7,13 @@ package bjc.utils.cli; * */ public interface ICommand { + /** + * Create a command that serves as an alias to this one + * + * @return A command that serves as an alias to this one + */ + public ICommand createAlias(); + /** * Get the handler that executes this command * @@ -21,13 +28,6 @@ public interface ICommand { */ public ICommandHelp getHelp(); - /** - * Create a command that serves as an alias to this one - * - * @return A command that serves as an alias to this one - */ - public ICommand createAlias(); - /** * Check if this command is an alias of another command * -- cgit v1.2.3