You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2004/08/17 15:51:37 UTC

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli Util.java PatternOptionBuilder.java

roxspring    2004/08/17 06:51:37

  Modified:    cli/src/java/org/apache/commons/cli2/option GroupImpl.java
               cli/src/java/org/apache/commons/cli Util.java
                        PatternOptionBuilder.java
  Log:
  Removed some javadoc warnings
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons/cli/src/java/org/apache/commons/cli2/option/GroupImpl.java
  
  Index: GroupImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli2/option/GroupImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GroupImpl.java	22 Apr 2004 23:00:07 -0000	1.2
  +++ GroupImpl.java	17 Aug 2004 13:51:36 -0000	1.3
  @@ -451,7 +451,7 @@
   
       /**
        * Gets a singleton instance of a ReverseStringComparator
  -     * @return
  +     * @return the singleton instance
        */
       public static final Comparator getInstance() {
           return instance;
  
  
  
  1.7       +2 -2      jakarta-commons/cli/src/java/org/apache/commons/cli/Util.java
  
  Index: Util.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli/Util.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Util.java	22 Apr 2004 23:00:09 -0000	1.6
  +++ Util.java	17 Aug 2004 13:51:36 -0000	1.7
  @@ -45,8 +45,8 @@
       }
   
       /**
  -     * <p>Remove the leading and trailing quotes from <code>str</code>,
  -     * e.g. if str is '"one two"', then 'one two' is returned.</p>
  +     * Remove the leading and trailing quotes from <code>str</code>.
  +     * E.g. if str is '"one two"', then 'one two' is returned.
        *
        * @param str The string from which the leading and trailing quotes
        * should be removed.
  
  
  
  1.10      +1 -1      jakarta-commons/cli/src/java/org/apache/commons/cli/PatternOptionBuilder.java
  
  Index: PatternOptionBuilder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli/PatternOptionBuilder.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PatternOptionBuilder.java	22 Apr 2004 23:00:09 -0000	1.9
  +++ PatternOptionBuilder.java	17 Aug 2004 13:51:36 -0000	1.10
  @@ -18,7 +18,7 @@
   /** 
    * Allows Options to be created from a single String.
    *
  - * @todo These need to break out to OptionType and also 
  + * TODO These need to break out to OptionType and also 
    * to be pluggable.
    *
    * @author Henri Yandell (bayard @ generationjava.com)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org