Skip to content

Commit c8aa5fb

Browse files
author
John Keyes
committed
added URL to builder pattern details, tided javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129822 13f79535-47bb-0310-9956-ffa450edef68
1 parent a021283 commit c8aa5fb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/java/org/apache/commons/cli/OptionBuilder.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//cli/src/java/org/apache/commons/cli/OptionBuilder.java,v 1.11 2002/10/08 21:24:11 jkeyes Exp $
3-
* $Revision: 1.11 $
4-
* $Date: 2002/10/08 21:24:11 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//cli/src/java/org/apache/commons/cli/OptionBuilder.java,v 1.12 2002/10/15 22:50:45 jkeyes Exp $
3+
* $Revision: 1.12 $
4+
* $Date: 2002/10/15 22:50:45 $
55
*
66
* ====================================================================
77
*
@@ -65,7 +65,7 @@
6565
* <p>OptionBuilder allows the user to create Options using descriptive
6666
* methods.</p>
6767
* <p>Details on the Builder pattern can be found at
68-
* <a href="http://">http://</a>.</p>
68+
* <a href="http://c2.com/cgi-bin/wiki?BuilderPattern">http://c2.com/cgi-bin/wiki?BuilderPattern</a>.</p>
6969
*
7070
* @author John Keyes ( john at integralsource.com )
7171
* @since 1.0
@@ -324,7 +324,6 @@ public static Option create( char opt )
324324
* @return the Option instance
325325
* @throws IllegalArgumentException if <code>longOpt</code> has
326326
* not been set.
327-
* @see Option.
328327
*/
329328
public static Option create()
330329
throws IllegalArgumentException

0 commit comments

Comments
 (0)