< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTestApp.java

Print this page
rev 51731 : imported patch 8210732

@@ -22,11 +22,11 @@
  */
 
 import java.rmi.registry.LocateRegistry;
 import java.rmi.registry.Registry;
 import javax.rmi.ssl.SslRMIClientSocketFactory;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 
 public class RmiRegistrySslTestApp {
 
     static final String ok = "OK: Found jmxrmi entry in RMIRegistry!";
< prev index next >