Commit c4834875 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Minor modifications.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3744 b35dd754-fafc-0310-a699-88a17e54d16e
parent d5ac3c3f
...@@ -82,8 +82,9 @@ public abstract class AdHocCommand { ...@@ -82,8 +82,9 @@ public abstract class AdHocCommand {
public abstract String getCode(); public abstract String getCode();
/** /**
* Returns the default label used for describing this commmand. Admins can later use * Returns the default label used for describing this commmand. This information is usually
* {@link #setLabel(String)} to set a new label and reset to the default value at any time. * used when returning commands as disco#items. Admins can later use {@link #setLabel(String)}
* to set a new label and reset to the default value at any time.
* *
* @return the default label used for describing this commmand. * @return the default label used for describing this commmand.
*/ */
...@@ -229,7 +230,7 @@ public abstract class AdHocCommand { ...@@ -229,7 +230,7 @@ public abstract class AdHocCommand {
/** /**
* The command has been canceled. The command session has ended. * The command has been canceled. The command session has ended.
*/ */
canceled; canceled
} }
public enum Action { public enum Action {
...@@ -257,6 +258,6 @@ public abstract class AdHocCommand { ...@@ -257,6 +258,6 @@ public abstract class AdHocCommand {
/** /**
* The command should be completed (if possible). * The command should be completed (if possible).
*/ */
complete; complete
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment