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

Mark Craig
16.11.2013 aa389902fb88cce6b6e7cb7dd124a0850783b6d0
Typo
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/util/args/Argument.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/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.
   *