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

Mark Craig
16.32.2012 3bb682a511af7ec9b9f2685a2618fad612f103b3
Typo
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java
@@ -83,7 +83,7 @@
    /**
     * Returns the name of the Directory object that the client wishes to bind
     * as. The name may be empty (but never {@code null}) when used for of
     * as. The name may be empty (but never {@code null}) when used for
     * anonymous binds, or when using SASL authentication. The server shall not
     * dereference any aliases in locating the named object.
     * <p>