1.1 --- a/src/org/sonews/acl/AuthInfoCommand.java Sun Aug 29 17:43:58 2010 +0200
1.2 +++ b/src/org/sonews/acl/AuthInfoCommand.java Sun Aug 29 18:17:37 2010 +0200
1.3 @@ -31,34 +31,34 @@
1.4 public class AuthInfoCommand implements Command
1.5 {
1.6
1.7 - @Override
1.8 - public String[] getSupportedCommandStrings()
1.9 - {
1.10 - throw new UnsupportedOperationException("Not supported yet.");
1.11 - }
1.12 + @Override
1.13 + public String[] getSupportedCommandStrings()
1.14 + {
1.15 + throw new UnsupportedOperationException("Not supported yet.");
1.16 + }
1.17
1.18 - @Override
1.19 - public boolean hasFinished()
1.20 - {
1.21 - throw new UnsupportedOperationException("Not supported yet.");
1.22 - }
1.23 + @Override
1.24 + public boolean hasFinished()
1.25 + {
1.26 + throw new UnsupportedOperationException("Not supported yet.");
1.27 + }
1.28
1.29 - @Override
1.30 - public String impliedCapability()
1.31 - {
1.32 - throw new UnsupportedOperationException("Not supported yet.");
1.33 - }
1.34 + @Override
1.35 + public String impliedCapability()
1.36 + {
1.37 + throw new UnsupportedOperationException("Not supported yet.");
1.38 + }
1.39
1.40 - @Override
1.41 - public boolean isStateful()
1.42 - {
1.43 - throw new UnsupportedOperationException("Not supported yet.");
1.44 - }
1.45 + @Override
1.46 + public boolean isStateful()
1.47 + {
1.48 + throw new UnsupportedOperationException("Not supported yet.");
1.49 + }
1.50
1.51 - @Override
1.52 - public void processLine(NNTPConnection conn, String line, byte[] rawLine) throws IOException, StorageBackendException
1.53 - {
1.54 - throw new UnsupportedOperationException("Not supported yet.");
1.55 - }
1.56 -
1.57 + @Override
1.58 + public void processLine(NNTPConnection conn, String line, byte[] rawLine)
1.59 + throws IOException, StorageBackendException
1.60 + {
1.61 + throw new UnsupportedOperationException("Not supported yet.");
1.62 + }
1.63 }