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

matthew_swift
07.56.2009 9008dca31797ba1b05fa3ed6cacb540ef175c666
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();
  }