Skip to content

Commit f1e3d9d

Browse files
author
Siegfried Goeschl
committed
Fixed three javadoc warnings found during the M2 build.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@733774 13f79535-47bb-0310-9956-ffa450edef68
1 parent c906602 commit f1e3d9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/org/apache/commons/cli2/bug/BugCLI144Test.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
import org.apache.commons.cli2.validation.FileValidator;
3131

3232
/**
33-
* Test case for http://issues.apache.org/jira/browse/CLI-144 CLI 2 throws
33+
* Test case for http://issues.apache.org/jira/browse/CLI-144.
34+
*
35+
* CLI 2 throws
3436
*
3537
* <pre>
3638
* Exception in thread &quot;main&quot; java.lang.ClassCastException: java.io.File cannot be cast to java.lang.String

src/test/org/apache/commons/cli2/resource/ResourceHelperTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ public void tearDown() {
4949

5050
/**
5151
* Create a new ResourceHelper for the specified class.
52-
*
53-
* @param clazz the Class that requires some resources
5452
*/
5553
public ResourceHelperTest() {
5654
super("ResourceHelperTest");

0 commit comments

Comments
 (0)