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

matthew_swift
01.35.2010 96483a719fbc07f7b1ab1e1aed482743634a615e
sdk/src/org/opends/sdk/controls/PreReadResponseControl.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 */
package org.opends.sdk.controls;
@@ -121,7 +121,7 @@
       * rather than an Entry. Can we assume that the response will not contain
       * a nested set of controls?
       */
      return new PreReadResponseControl(control.isCritical(), Types
      return new PreReadResponseControl(control.isCritical(), Entries
          .unmodifiableEntry(searchEntry));
    }
@@ -155,7 +155,7 @@
     * SearchResultEntry rather than an Entry. Can we assume that the response
     * will not contain a nested set of controls?
     */
    return new PreReadResponseControl(false, Types.unmodifiableEntry(entry));
    return new PreReadResponseControl(false, Entries.unmodifiableEntry(entry));
  }