mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
21.30.2016 66f58163fc4828fd9c776e89fbb60ffb60be6633
opendj-grizzly/src/main/java/org/forgerock/opendj/grizzly/LdapCodec.java
@@ -44,9 +44,8 @@
 * detection, a LdapCodec instance cannot be shared accross different connection
 */
abstract class LdapCodec extends LDAPBaseFilter {
    private boolean isLdapV2Pending = false;
    private boolean isLdapV2 = false;
    private boolean isLdapV2Pending;
    private boolean isLdapV2;
    LdapCodec(final int maxElementSize, final DecodeOptions decodeOptions) {
        super(decodeOptions, maxElementSize);