src/java.naming/share/classes/com/sun/jndi/ldap/Connection.java

Print this page

        

@@ -43,11 +43,11 @@
 import javax.naming.ldap.Control;
 
 import java.lang.reflect.Method;
 import java.lang.reflect.InvocationTargetException;
 import java.util.Arrays;
-import sun.misc.IOUtils;
+import sun.security.util.IOUtils;
 import javax.net.SocketFactory;
 
 /**
   * A thread that creates a connection to an LDAP server.
   * After the connection, the thread reads from the connection.