[jboss-remoting-commits] JBoss Remoting SVN: r4731 - remoting3/trunk/api/src/main/java/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Nov 20 11:02:46 EST 2008


Author: david.lloyd at jboss.com
Date: 2008-11-20 11:02:46 -0500 (Thu, 20 Nov 2008)
New Revision: 4731

Modified:
   remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java
Log:
Javadoc nit

Modified: remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java
===================================================================
--- remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java	2008-11-20 07:23:09 UTC (rev 4730)
+++ remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java	2008-11-20 16:02:46 UTC (rev 4731)
@@ -104,7 +104,7 @@
 
     /**
      * Register a remotely available service.<p>
-     * The remote endpoint may not have the same name as this endpoint.  The group name and service type must be
+     * The remote endpoint must not have the same name as this endpoint.  The group name and service type must be
      * non-{@code null} and non-empty.  The metric must be greater than zero.
      *
      * You must have the {@link org.jboss.remoting.EndpointPermission registerRemoteService EndpointPermission} to invoke this method.




More information about the jboss-remoting-commits mailing list