This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 80cd30b4 Javadoc
80cd30b4 is described below
commit 80cd30b488cdb4018b4c7efa983283d076f041bb
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jul 20 16:45:32 2025 -0400
Javadoc
---
.../java/org/apache/commons/beanutils/ConvertUtilsTestCase.java | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git
a/src/test/java/org/apache/commons/beanutils/ConvertUtilsTestCase.java
b/src/test/java/org/apache/commons/beanutils/ConvertUtilsTestCase.java
index eaeb4f85..133506c2 100644
--- a/src/test/java/org/apache/commons/beanutils/ConvertUtilsTestCase.java
+++ b/src/test/java/org/apache/commons/beanutils/ConvertUtilsTestCase.java
@@ -31,12 +31,8 @@ import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
- * <p>
- * Test Case for the ConvertUtils class.
- * </p>
- *
+ * Test Case for the ConvertUtils class.
*/
-
public class ConvertUtilsTestCase extends TestCase {
/**