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.7 2002/08/26 20:15:02 jkeyes Exp $
3- * $Revision: 1.7 $
4- * $Date: 2002/08/26 20:15:02 $
2+ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//cli/src/java/org/apache/commons/cli/OptionBuilder.java,v 1.8 2002/09/09 19:48:13 jkeyes Exp $
3+ * $Revision: 1.8 $
4+ * $Date: 2002/09/09 19:48:13 $
55 *
66 * ====================================================================
77 *
@@ -103,6 +103,10 @@ private static void reset() {
103103 type = null ;
104104 required = false ;
105105 numberOfArgs = Option .UNINITIALIZED ;
106+
107+ // PMM 9/6/02 - these were missing
108+ optionalArg = false ;
109+ valuesep = (char ) 0 ;
106110 }
107111
108112 /**
You can’t perform that action at this time.
0 commit comments