opends/src/server/org/opends/server/protocols/asn1/ASN1ByteChannelReader.java
@@ -399,6 +399,13 @@ /** * {@inheritDoc} */ public int readEnumerated() throws ASN1Exception { return reader.readEnumerated(); } /** * {@inheritDoc} */ public long readInteger() throws ASN1Exception { return reader.readInteger(); }