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

lutoff
16.13.2008 41d725f9e89a174dd01741af1a25a8c7a835684a
opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2008 Sun Microsystems, Inc.
 */
package org.opends.server.tools;
@@ -360,6 +360,7 @@
      isEncrypted =
           new BooleanArgument("isencrypted", 'y', "isEncrypted",
                               INFO_LDIFIMPORT_DESCRIPTION_IS_ENCRYPTED.get());
      isEncrypted.setHidden(true); //See issue #27
      argParser.addArgument(isEncrypted);