File tree Expand file tree Collapse file tree
src/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 *
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
You can’t perform that action at this time.
0 commit comments