test/java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java

Print this page

        

@@ -43,11 +43,13 @@
 import java.util.Enumeration;
 import java.util.Vector;
 
 /**
  * Ensure that all legal forms of Naming URLs operate with the
- * java.rmi.Naming interface
+ * java.rmi.Naming interface.  This test requires using the default RMI Registry
+ * port as it tests all of the RMI naming URL's, including the ones which do not
+ * take a port (and therefore uses the default port).
  */
 public class LegalRegistryNames extends UnicastRemoteObject
     implements Legal
 {