You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jk...@apache.org on 2002/10/16 00:50:46 UTC

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

jkeyes      2002/10/15 15:50:46

  Modified:    cli/src/java/org/apache/commons/cli OptionBuilder.java
  Log:
  added URL to builder pattern details, tided javadoc
  
  Revision  Changes    Path
  1.12      +4 -5      jakarta-commons/cli/src/java/org/apache/commons/cli/OptionBuilder.java
  
  Index: OptionBuilder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli/OptionBuilder.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- OptionBuilder.java	8 Oct 2002 21:24:11 -0000	1.11
  +++ OptionBuilder.java	15 Oct 2002 22:50:45 -0000	1.12
  @@ -65,7 +65,7 @@
    * <p>OptionBuilder allows the user to create Options using descriptive
    * methods.</p>
    * <p>Details on the Builder pattern can be found at 
  - * <a href="http://">http://</a>.</p>
  + * <a href="http://c2.com/cgi-bin/wiki?BuilderPattern">http://c2.com/cgi-bin/wiki?BuilderPattern</a>.</p>
    *
    * @author John Keyes ( john at integralsource.com )
    * @since 1.0
  @@ -324,7 +324,6 @@
        * @return the Option instance
        * @throws IllegalArgumentException if <code>longOpt</code> has
        * not been set.  
  -     * @see Option.
        */
       public static Option create() 
       throws IllegalArgumentException
  
  
  

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