opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPServer.java
@@ -30,7 +30,7 @@ import static com.forgerock.opendj.ldap.LDAPConstants.TYPE_AUTHENTICATION_SASL; import java.io.IOException; import java.net.InetSocketAddress; import java.net.SocketAddress; import java.util.HashMap; import java.util.Iterator; import java.util.List; @@ -563,7 +563,7 @@ * * @return The socket address of the server. */ public synchronized InetSocketAddress getSocketAddress() { public synchronized SocketAddress getSocketAddress() { if (!isRunning) { throw new IllegalStateException("Server is not running"); }