This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git

commit a32e7ebcfbb836266167d0784f74a48369d71fb0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 28 08:28:28 2022 -0400

    No need to declare default ctor.
---
 .../org/apache/commons/beanutils2/PropsFirstPropertyUtilsBean.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/beanutils2/PropsFirstPropertyUtilsBean.java 
b/src/test/java/org/apache/commons/beanutils2/PropsFirstPropertyUtilsBean.java
index 91709e20..647230c0 100644
--- 
a/src/test/java/org/apache/commons/beanutils2/PropsFirstPropertyUtilsBean.java
+++ 
b/src/test/java/org/apache/commons/beanutils2/PropsFirstPropertyUtilsBean.java
@@ -28,9 +28,6 @@ import java.util.Map;
  */
 public class PropsFirstPropertyUtilsBean extends PropertyUtilsBean {
 
-    public PropsFirstPropertyUtilsBean() {
-    }
-
     /**
      * Note: this is a *very rough* override of this method. In particular,
      * it does not handle MAPPED_DELIM and INDEXED_DELIM chars in the

Reply via email to