diff -r ed84c8bdd87b -r 8df94bfd3e2f 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 Sep 11 17:01:19 2011 +0200 @@ -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(); }