org/sonews/daemon/command/PostCommand.java
changeset 20 6ae5e4f8329b
parent 19 91dc9acb03ed
     1.1 --- a/org/sonews/daemon/command/PostCommand.java	Fri Aug 21 17:40:54 2009 +0200
     1.2 +++ b/org/sonews/daemon/command/PostCommand.java	Mon Aug 24 13:00:05 2009 +0200
     1.3 @@ -71,6 +71,12 @@
     1.4    }
     1.5  
     1.6    @Override
     1.7 +  public String impliedCapability()
     1.8 +  {
     1.9 +    return null;
    1.10 +  }
    1.11 +
    1.12 +  @Override
    1.13    public boolean isStateful()
    1.14    {
    1.15      return true;