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

Jean-Noël Rouvignac
06.47.2016 e771ea26838a58ae79e71a9a522538d8d27e863f
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommandBuilder.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2014-2015 ForgeRock AS
 *      Portions Copyright 2014-2016 ForgeRock AS
 */
package com.forgerock.opendj.cli;
@@ -141,6 +141,7 @@
     *
     * @return The String representation of this command builder (i.e. what we want to show to the user).
     */
    @Override
    public String toString() {
        return toString(false, LINE_SEPARATOR);
    }