[jboss-remoting-commits] JBoss Remoting SVN: r4597 - in remoting3/trunk: core/src/main/java/org/jboss/remoting/core and 1 other directory.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Oct 8 19:36:42 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-10-08 19:36:42 -0400 (Wed, 08 Oct 2008)
New Revision: 4597

Modified:
   remoting3/trunk/api/src/main/resources/META-INF/jboss-classloading.xml
   remoting3/trunk/core/src/main/java/org/jboss/remoting/core/EndpointImpl.java
Log:
2 minor fixes

Modified: remoting3/trunk/api/src/main/resources/META-INF/jboss-classloading.xml
===================================================================
--- remoting3/trunk/api/src/main/resources/META-INF/jboss-classloading.xml	2008-10-07 22:57:23 UTC (rev 4596)
+++ remoting3/trunk/api/src/main/resources/META-INF/jboss-classloading.xml	2008-10-08 23:36:42 UTC (rev 4597)
@@ -11,6 +11,6 @@
     </capabilities>
     <requirements>
         <module name="XnioAPI" from-inclusive="true" from="1.1.0" reExport="true"/>
-        <module name="RiverAPI" from-inclusive="true" from="1.0.0" reExport="true"/>
+        <module name="MarshallingAPI" from-inclusive="true" from="1.0.0" reExport="true"/>
     </requirements>
 </classloading>

Modified: remoting3/trunk/core/src/main/java/org/jboss/remoting/core/EndpointImpl.java
===================================================================
--- remoting3/trunk/core/src/main/java/org/jboss/remoting/core/EndpointImpl.java	2008-10-07 22:57:23 UTC (rev 4596)
+++ remoting3/trunk/core/src/main/java/org/jboss/remoting/core/EndpointImpl.java	2008-10-08 23:36:42 UTC (rev 4597)
@@ -215,7 +215,6 @@
     }
 
     public <I, O> IoFuture<ClientSource<I, O>> locateService(final URI serviceUri) throws IllegalArgumentException {
-        // todo - should this be typesafe?
         if (serviceUri == null) {
             throw new NullPointerException("serviceUri is null");
         }




More information about the jboss-remoting-commits mailing list