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

Matthew Swift
07.52.2012 bc7cca459777186e314f5cdd35e7a944b5f9e386
Fix OPENDJ-485: Simplify SDK Filter static factory method names.

Fix typo in Javadoc.
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Filter.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Filter.java
@@ -60,7 +60,7 @@
 * <p>
 * Filters can be constructed using the various factory methods. For example,
 * the following code illustrates how to create a filter having the string
 * representation {code}(&(cn=bjensen)(age>=21)){code}:
 * representation "{@code (&(cn=bjensen)(age>=21))}":
 *
 * <pre>
 * import static org.forgerock.opendj.Filter.*;