You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/07 02:07:05 UTC

[43/58] [abbrv] commons-dbutils git commit: Removed the explicit default constructor

Removed the explicit default constructor

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1482095 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/a45782ef
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/a45782ef
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/a45782ef

Branch: refs/heads/2_0
Commit: a45782ef3067778a6681933c5ea6a3c56d9ee78d
Parents: 2fd9b9d
Author: Emmanuel Bourg <eb...@apache.org>
Authored: Mon May 13 20:46:48 2013 +0000
Committer: Emmanuel Bourg <eb...@apache.org>
Committed: Mon May 13 20:46:48 2013 +0000

----------------------------------------------------------------------
 .../org/apache/commons/dbutils2/GenerousBeanProcessor.java    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/a45782ef/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java b/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java
index 67e4962..3c03765 100644
--- a/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java
+++ b/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java
@@ -28,13 +28,6 @@ import java.util.Arrays;
  */
 public class GenerousBeanProcessor extends BeanProcessor {
 
-    /**
-     * Default constructor.
-     */
-    public GenerousBeanProcessor() {
-        super();
-    }
-
     @Override
     protected int[] mapColumnsToProperties(final ResultSetMetaData rsmd,
             final PropertyDescriptor[] props) throws SQLException {