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

Violette Roche-Montane
21.50.2014 81909cf43111e8499c583395b66e96b6b74e6ab9
opendj3-server-dev/src/server/org/opends/server/tools/ToolConstants.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2013 ForgeRock AS
 *      Portions Copyright 2011-2014 ForgeRock AS
 */
package org.opends.server.tools;
@@ -456,15 +456,6 @@
     */
     public static final String OPTION_LONG_PRODUCT_VERSION  = "version";
  /**
   * The value for the short option description attributes.
   */
  public static final char OPTION_SHORT_DESCRIPTION = 'd';
  /**
   * The value for the long option description attribute.
   */
  public static final String OPTION_LONG_DESCRIPTION = "description";
  /**
   * The value for the short option groupName attributes.
@@ -489,17 +480,6 @@
  public static final String OPTION_LONG_NEWGROUPNAME= "newGroupName";
  /**
   * The value for the short option member-name attributes.
   */
  public static final char OPTION_SHORT_MEMBERNAME = 'm';
  /**
   * The value for the long member-name version
   * attribute.
   */
  public static final String OPTION_LONG_MEMBERNAME= "memberName";
  /**
   * The value for the short option backendName attributes.
   */
  public static final char OPTION_SHORT_BACKENDNAME = 'b';