opendj-sdk/opends/src/server/org/opends/server/changelog/SerializingProtocolSession.java
@@ -111,4 +111,12 @@ { return socket.getInetAddress().getHostAddress(); } /** * {@inheritDoc} */ public void setSoTimeout(int timeout) throws SocketException { socket.setSoTimeout(timeout); } }