Author: sgoeschl
Date: Mon Jan 12 09:01:45 2009
New Revision: 733840
URL: http://svn.apache.org/viewvc?rev=733840&view=rev
Log:
Fixed some minor javadoc issues to make reviewers happy.
Modified:
commons/proper/cli/trunk/xdocs/changes.xml
Modified: commons/proper/cli/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/changes.xml?rev=733840&r1=733839&r2=733840&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/changes.xml (original)
+++ commons/proper/cli/trunk/xdocs/changes.xml Mon Jan 12 09:01:45 2009
@@ -23,6 +23,9 @@
<body>
<release version="1.2" date="in SVN" description="This is a maintenance
release containing bug fixes.">
+ <action type="fix" dev="sgoeschl">
+ Fixing some minor javadoc issues.
+ </action>
<action type="fix" dev="ebourg" issue="CLI-137">
The number of arguments defined for an option specifies the arguments
per occurrence of the option
and not for all occurrences. This was a major regression in CLI 1.1
which prevented the use of repeated options.