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:06:59 UTC

[37/58] [abbrv] commons-dbutils git commit: Updated JavaDocs to provide a better description of the class

Updated JavaDocs to provide a better description of the class

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1482040 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/487aff91
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/487aff91
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/487aff91

Branch: refs/heads/2_0
Commit: 487aff917e71d343c82e799f1d18361d2e4985f5
Parents: 392c9fb
Author: Bill Speirs <ws...@apache.org>
Authored: Mon May 13 19:26:36 2013 +0000
Committer: Bill Speirs <ws...@apache.org>
Committed: Mon May 13 19:26:36 2013 +0000

----------------------------------------------------------------------
 .../java/org/apache/commons/dbutils2/GenerousBeanProcessor.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/487aff91/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 3b4fb45..67e4962 100644
--- a/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java
+++ b/src/main/java/org/apache/commons/dbutils2/GenerousBeanProcessor.java
@@ -24,8 +24,7 @@ import java.util.Arrays;
 
 
 /**
- * Provides generous name matching (e.g. underscore-aware) from DB
- * columns to Java Bean properties.
+ * Provides generous name matching between DB columns and Java Bean properties by matching with and without underscores.
  */
 public class GenerousBeanProcessor extends BeanProcessor {