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

Jean-Noel Rouvignac
04.53.2014 8dc526607c7fa09081a3939f27cddc07d01809fa
opendj-grizzly/src/main/java/org/forgerock/opendj/grizzly/ASN1BufferReader.java
@@ -269,6 +269,12 @@
        state = ASN1.ELEMENT_READ_STATE_NEED_TYPE;
    }
    /** {@inheritDoc} */
    @Override
    public void readEndExplicitTag() throws DecodeException, IOException {
        readEndSequence();
    }
    /**
     * {@inheritDoc}
     */
@@ -462,6 +468,12 @@
        state = ASN1.ELEMENT_READ_STATE_NEED_TYPE;
    }
    /** {@inheritDoc} */
    @Override
    public void readStartExplicitTag() throws DecodeException, IOException {
        readStartSequence();
    }
    /**
     * {@inheritDoc}
     */