/[Apache-SVN]/directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
ViewVC logotype

Diff of /directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java	2005/06/09 00:55:22	189675
+++ directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java	2005/06/09 00:58:39	189676
@@ -40,7 +40,7 @@ public class SimpleServiceRegistry imple
 
     private final Set services = new HashSet();
 
-    public SimpleServiceRegistry() throws IOException
+    public SimpleServiceRegistry()
     {
         socketIoAcceptor.getFilterChain().addFirst( "threadPool", threadPoolFilter );
         datagramIoAcceptor.getFilterChain().addFirst( "threadPool", threadPoolFilter );

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26