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 1130e472 Javadoc: Use a sentence
1130e472 is described below
commit 1130e47284601542b11f3b919275bbc907bbecae
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 18 18:12:32 2024 -0400
Javadoc: Use a sentence
---
src/test/java/org/apache/commons/beanutils/IndexedTestBean.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
b/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
index 5932a533..20ca0718 100644
--- a/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
+++ b/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
@@ -30,10 +30,8 @@ public class IndexedTestBean {
private List<String> stringList;
private ArrayList<Object> arrayList;
-
-
/**
- * Default Constructor.
+ * Constructs a new instance.
*/
public IndexedTestBean() {
}