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

Mark Craig
24.16.2012 feb9369c725c273619af7350a2bf1e6f3703dfd7
Typo
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldif/ConnectionEntryReader.java 2 ●●● patch | view | raw | blame | history
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
 * {