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

Matthew Swift
16.40.2011 d8bf5464e5ff205ee2304aaddf36fae05a24b154
opendj3/opendj-sdk/src/main/java/org/opends/sdk/responses/UnmodifiableSearchResultEntryImpl.java
@@ -27,11 +27,13 @@
package org.opends.sdk.responses;
import com.sun.opends.sdk.util.Function;
import com.sun.opends.sdk.util.Iterables;
import java.util.Collection;
import org.forgerock.i18n.LocalizedIllegalArgumentException;
import org.opends.sdk.*;
import java.util.Collection;
import com.sun.opends.sdk.util.Function;
import com.sun.opends.sdk.util.Iterables;
/**
 * Unmodifiable Search result entry implementation.