diff -r ed84c8bdd87b -r ca54040b4409 src/org/sonews/daemon/command/HelpfulCommand.java --- a/src/org/sonews/daemon/command/HelpfulCommand.java Sun Aug 29 17:28:58 2010 +0200 +++ b/src/org/sonews/daemon/command/HelpfulCommand.java Sun Oct 30 22:13:32 2011 +0100 @@ -26,10 +26,9 @@ public interface HelpfulCommand extends Command { - /** - * @return A short description of this command, that is - * used within the output of the HELP command. - */ - String getHelpString(); - + /** + * @return A short description of this command, that is + * used within the output of the HELP command. + */ + String getHelpString(); }