roxspring    2004/02/19 10:56:17

  Modified:    cli/src/java/org/apache/commons/cli2/builders Tag:
                        RESEARCH_CLI_2_ROXSPRING ArgumentBuilder.java
  Log:
  Fixed a documentation bug picked up by eclipse
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.5   +1 -1      
jakarta-commons/cli/src/java/org/apache/commons/cli2/builders/Attic/ArgumentBuilder.java
  
  Index: ArgumentBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli2/builders/Attic/ArgumentBuilder.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- ArgumentBuilder.java      17 Feb 2004 22:07:12 -0000      1.1.2.4
  +++ ArgumentBuilder.java      19 Feb 2004 18:56:17 -0000      1.1.2.5
  @@ -111,7 +111,7 @@
        * Sets the name of the argument. The name is used when displaying usage
        * information and to allow lookups in the CommandLine object.
        * 
  -     * @see CommandLine#getValue(String)
  +     * @see org.apache.commons.cli2.CommandLine#getValue(String)
        * 
        * @param name
        *            the name of the argument
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to