Author: sgoeschl
Date: Mon Jan 12 06:52:23 2009
New Revision: 733774
URL: http://svn.apache.org/viewvc?rev=733774&view=rev
Log:
Fixed three javadoc warnings found during the M2 build.
Modified:
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI144Test.java
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/resource/ResourceHelperTest.java
Modified:
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI144Test.java
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI144Test.java?rev=733774&r1=733773&r2=733774&view=diff
==============================================================================
---
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI144Test.java
(original)
+++
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI144Test.java
Mon Jan 12 06:52:23 2009
@@ -30,7 +30,9 @@
import org.apache.commons.cli2.validation.FileValidator;
/**
- * Test case for http://issues.apache.org/jira/browse/CLI-144 CLI 2 throws
+ * Test case for http://issues.apache.org/jira/browse/CLI-144.
+ *
+ * CLI 2 throws
*
* <pre>
* Exception in thread "main" java.lang.ClassCastException:
java.io.File cannot be cast to java.lang.String
Modified:
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/resource/ResourceHelperTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/resource/ResourceHelperTest.java?rev=733774&r1=733773&r2=733774&view=diff
==============================================================================
---
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/resource/ResourceHelperTest.java
(original)
+++
commons/proper/cli/trunk/src/test/org/apache/commons/cli2/resource/ResourceHelperTest.java
Mon Jan 12 06:52:23 2009
@@ -49,8 +49,6 @@
/**
* Create a new ResourceHelper for the specified class.
- *
- * @param clazz the Class that requires some resources
*/
public ResourceHelperTest() {
super("ResourceHelperTest");