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 Wed Dec 31 12:07:40 2014 +0100
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 }