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

jvergara
27.33.2009 e22e8f74e6a96acd3975468f8d169b2a73004ccb
opendj-sdk/opends/src/server/org/opends/server/util/cli/CommandBuilder.java
@@ -51,10 +51,12 @@
  private ArrayList<Argument> args = new ArrayList<Argument>();
  private HashSet<Argument> obfuscatedArgs = new HashSet<Argument>();
  // The value used to display arguments that must be obfuscated (such as
  // passwords).  This does not require localization (since the output of
  // command builder by its nature is not localized).
  private final static String OBFUSCATED_VALUE = "******";
  /**
   * The value used to display arguments that must be obfuscated (such as
   * passwords).  This does not require localization (since the output of
   * command builder by its nature is not localized).
   */
  public final static String OBFUSCATED_VALUE = "******";
  /**
   * The constructor for the CommandBuilder.