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

Mark Craig
16.11.2013 727d77c21a5c0cf4b1234025974af8dbad7d1181
opends/src/server/org/opends/server/util/args/Argument.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock AS
 */
package org.opends.server.util.args;
import org.opends.messages.Message;
@@ -490,7 +491,7 @@
  /**
   * Retrieves the string vale for this argument.  If it has multiple values,
   * Retrieves the string value for this argument.  If it has multiple values,
   * then the first will be returned.  If it does not have any values, then the
   * default value will be returned.
   *