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

Mark Craig
24.16.2012 eb77ff1ff2b244ae32b898f578d4f8e3fbcf1d28
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldif/ConnectionEntryReader.java
@@ -64,7 +64,7 @@
 *
 * <pre>
 * Connection connection = ...;
 * ConnectionEntryReader results = connection.search(&quot;dc=example,dc=com&quot;,
 * ConnectionEntryReader reader = connection.search(&quot;dc=example,dc=com&quot;,
 *     SearchScope.WHOLE_SUBTREE, &quot;(objectClass=person)&quot;);
 * try
 * {