< prev index next >

test/java/rmi/registry/altSecurityManager/AltSecurityManager.java

Print this page

        

@@ -56,11 +56,11 @@
     // children should exit in at least this time.
     static long TIME_OUT = 15000;
 
     public AltSecurityManager(int port) {
         if (port <= 0) {
-            TestLibrary.bomb("Port must be greater then 0.");
+            TestLibrary.bomb("Port must be greater than 0.");
         }
 
         this.regPort = port;
     }
 
< prev index next >