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

Mark Craig
27.58.2012 5dcc6c735fbc28b30e98f1b1c5b1918e3ca37024
Typo, formatting
1 files modified
4 ■■■■ changed files
opendj3/opendj-ldap-sdk-examples/src/main/java/org/forgerock/opendj/examples/SearchBind.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk-examples/src/main/java/org/forgerock/opendj/examples/SearchBind.java
@@ -20,8 +20,8 @@
 *
 * CDDL HEADER END
 *
 *
 *      Copyright 2012 ForgeRock AS
 *
 */
package org.forgerock.opendj.examples;
@@ -54,7 +54,7 @@
     * Prompt for email and password, search and bind, then display message.
     *
     * @param args
     *            The command line arguments: host, post, base-dn.
     *            The command line arguments: host, port, base-dn.
     */
    public static void main(final String[] args) {
        if (args.length != 3) {