diff -r ed84c8bdd87b -r 11402b568081 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 Wed May 04 18:34:21 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(); }