You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Christopher Elkins <ch...@scardini.com> on 2002/06/21 06:49:32 UTC

[PATCH][cli] Javadoc typo

Hi, all.

Below is a patch to fix a Javadoc typo/obsolete reference.

--
Christopher Elkins


Index: src/java/org/apache/commons/cli/Options.java
===================================================================
RCS file: /home/cvspublic/jakarta-
commons/cli/src/java/org/apache/commons/cli/Options.java,v
retrieving revision 1.3
diff -u -r1.3 Options.java
--- src/java/org/apache/commons/cli/Options.java	19 Jun 2002 21:28:45 -0000	
1.3
+++ src/java/org/apache/commons/cli/Options.java	21 Jun 2002 04:46:33 -0000
@@ -70,7 +70,7 @@
  import java.util.Iterator;
  import java.util.Collections;

-/** <p>Main entry-point into the <code>werken.opt</code> library.</p>
+/** <p>Main entry-point into the library.</p>
   *
   * <p>Options represents a collection of {@link Option} objects, which
   * describe the possible options for a command-line.<p>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>