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

boli
10.26.2009 5ae9a8bbb85b08bdab04ca6d207f2ef144b57520
opendj-sdk/sdk/src/org/opends/sdk/ldap/LDAPDecoder.java
@@ -31,7 +31,7 @@
import static com.sun.opends.sdk.messages.Messages.*;
import static org.opends.sdk.asn1.ASN1Constants.*;
import static org.opends.sdk.ldap.LDAPConstants.*;
import static com.sun.opends.sdk.ldap.LDAPConstants.*;
import java.io.IOException;
import java.util.logging.Level;
@@ -45,13 +45,13 @@
import org.opends.sdk.schema.Schema;
import com.sun.opends.sdk.util.StaticUtils;
import com.sun.opends.sdk.ldap.LDAPMessageHandler;
/**
 * Static methods for decoding LDAP messages.
 */
class LDAPDecoder
public class LDAPDecoder
{
  /**
@@ -66,7 +66,7 @@
   * @throws IOException
   *           If an error occurred while reading bytes to decode.
   */
  static void decode(ASN1Reader reader, LDAPMessageHandler handler)
  public static void decode(ASN1Reader reader, LDAPMessageHandler handler)
      throws IOException
  {
    reader.readStartSequence();
@@ -83,7 +83,7 @@
  static SearchResultEntry decodeEntry(ASN1Reader reader, Schema schema)
  public static SearchResultEntry decodeEntry(ASN1Reader reader, Schema schema)
      throws IOException
  {
    SearchResultEntry message;