diff -r 2fdc9cc89502 -r 407c428adb5b org/sonews/daemon/command/QuitCommand.java --- a/org/sonews/daemon/command/QuitCommand.java Wed Jul 22 14:04:05 2009 +0200 +++ b/org/sonews/daemon/command/QuitCommand.java Tue Apr 27 21:51:12 2010 +0200 @@ -43,6 +43,12 @@ } @Override + public String impliedCapability() + { + return null; + } + + @Override public boolean isStateful() { return false;