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

Matthew Swift
03.05.2012 41e72531b209b74571589296a3a33354eb2a1c39
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/asn1/ASN1Reader.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.forgerock.opendj.asn1;
@@ -159,8 +160,7 @@
   * @throws IllegalStateException
   *           If there is no sequence being read.
   */
  void readEndSequence() throws DecodeException, IOException,
      IllegalStateException;
  void readEndSequence() throws DecodeException, IOException;
@@ -174,7 +174,7 @@
   * @throws IllegalStateException
   *           If there is no set being read.
   */
  void readEndSet() throws DecodeException, IOException, IllegalStateException;
  void readEndSet() throws DecodeException, IOException;