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/02/25 01:01:57 UTC

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2/impl ParentImpl.java

roxspring    2004/02/24 16:01:57

  Modified:    cli/src/java/org/apache/commons/cli2/impl Tag:
                        RESEARCH_CLI_2_ROXSPRING ParentImpl.java
  Log:
  Added basic javadocs to get around eclipse warning
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.6   +2 -0      jakarta-commons/cli/src/java/org/apache/commons/cli2/impl/Attic/ParentImpl.java
  
  Index: ParentImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli2/impl/Attic/ParentImpl.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- ParentImpl.java	17 Feb 2004 22:11:16 -0000	1.1.2.5
  +++ ParentImpl.java	25 Feb 2004 00:01:57 -0000	1.1.2.6
  @@ -215,6 +215,8 @@
   
       /**
        * Split the token using the specified separator character.
  +     * @param arguments the current position in the arguments iterator
  +     * @param separator the separator char to split on
        */
       private void handleInitialSeparator(
           final ListIterator arguments, 
  
  
  

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