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

Matthew Swift
11.58.2012 aad596c8559b3d3d081617736cdbeda1374f017b
opends/src/server/org/opends/server/protocols/asn1/ASN1ByteChannelReader.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 *      Portions copyright 2011-2012 ForgeRock AS.
 */
package org.opends.server.protocols.asn1;
@@ -405,6 +405,13 @@
  /**
   * {@inheritDoc}
   */
  public void readEndExplicitTag() throws ASN1Exception {
    reader.readEndExplicitTag();
  }
  /**
   * {@inheritDoc}
   */
  public void readEndSequence() throws ASN1Exception {
    reader.readEndSequence();
  }
@@ -468,6 +475,13 @@
  /**
   * {@inheritDoc}
   */
  public void readStartExplicitTag() throws ASN1Exception {
    reader.readStartExplicitTag();
  }
  /**
   * {@inheritDoc}
   */
  public void readStartSequence() throws ASN1Exception {
    reader.readStartSequence();
  }