Author: norman
Date: Tue Mar 22 12:04:40 2011
New Revision: 1084144

URL: http://svn.apache.org/viewvc?rev=1084144&view=rev
Log:
Don't throw UnsupportedOperationException 

Modified:
    
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/OioIMAPServer.java

Modified: 
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/OioIMAPServer.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/OioIMAPServer.java?rev=1084144&r1=1084143&r2=1084144&view=diff
==============================================================================
--- 
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/OioIMAPServer.java
 (original)
+++ 
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/OioIMAPServer.java
 Tue Mar 22 12:04:40 2011
@@ -34,14 +34,6 @@ public class OioIMAPServer extends IMAPS
     }
 
     /**
-     * Throws {@link UnsupportedOperationException}
-     */
-    @Override
-    public void setIoWorkerCount(int ioWorker) {
-        throw new UnsupportedOperationException("Setting the IoWorkerCount is 
not supported with IO implementation");
-    }
-
-    /**
      * Return -1 as it is not known
      * 
      * 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to