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:02 UTC

[27/50] commons-dbutils git commit: Unused

Unused

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1645679 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/84569146
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/84569146
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/84569146

Branch: refs/heads/master
Commit: 84569146121e5f1b6772430b1f9c0b9b0f124724
Parents: 27be38e
Author: Sebastian Bazley <se...@apache.org>
Authored: Mon Dec 15 15:54:38 2014 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Mon Dec 15 15:54:38 2014 +0000

----------------------------------------------------------------------
 src/test/java/org/apache/commons/dbutils/TestBean.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/84569146/src/test/java/org/apache/commons/dbutils/TestBean.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/dbutils/TestBean.java b/src/test/java/org/apache/commons/dbutils/TestBean.java
index b47b921..1b34760 100644
--- a/src/test/java/org/apache/commons/dbutils/TestBean.java
+++ b/src/test/java/org/apache/commons/dbutils/TestBean.java
@@ -16,8 +16,6 @@
  */
 package org.apache.commons.dbutils;
 
-import java.sql.Timestamp;
-
 /**
  * A bean to use in testing toBean() and toBeanList().
  */
@@ -39,7 +37,7 @@ public class TestBean {
 
     private Integer integerTest = Integer.valueOf(0);
 
-    private Timestamp timestamp = null;
+    // UNUSED private Timestamp timestamp = null;
 
     private String doNotSet = "not set";