opendj-server-legacy/src/main/java/org/forgerock/opendj/reactive/LDAPConnectionHandler2.java
@@ -433,15 +433,6 @@ return (int) currentConfig.getMaxRequestSize(); } /** * Retrieves the size in bytes of the LDAP response message write buffer defined for this connection handler. * * @return The size in bytes of the LDAP response message write buffer. */ public int getBufferSize() { return (int) currentConfig.getBufferSize(); } @Override public String getProtocol() { return protocol;