diff -r ed84c8bdd87b -r 62b9b2533902 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 Tue Oct 18 19:45:13 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(); }