src/org/sonews/daemon/command/HelpfulCommand.java
changeset 37 74139325d305
parent 35 ed84c8bdd87b
     1.1 --- a/src/org/sonews/daemon/command/HelpfulCommand.java	Sun Aug 29 17:28:58 2010 +0200
     1.2 +++ b/src/org/sonews/daemon/command/HelpfulCommand.java	Sun Aug 29 18:17:37 2010 +0200
     1.3 @@ -26,10 +26,9 @@
     1.4  public interface HelpfulCommand extends Command
     1.5  {
     1.6  
     1.7 -  /**
     1.8 -   * @return A short description of this command, that is
     1.9 -   * used within the output of the HELP command.
    1.10 -   */
    1.11 -  String getHelpString();
    1.12 -
    1.13 +	/**
    1.14 +	 * @return A short description of this command, that is
    1.15 +	 * used within the output of the HELP command.
    1.16 +	 */
    1.17 +	String getHelpString();
    1.18  }