On 16 December 2014 at 08:49, Benedikt Ritter <[email protected]> wrote: > 2014-12-15 16:54 GMT+01:00 <[email protected]>: >> >> Author: sebb >> Date: Mon Dec 15 15:54:38 2014 >> New Revision: 1645679 >> >> URL: http://svn.apache.org/r1645679 >> Log: >> Unused >> >> Modified: >> >> commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/TestBean.java >> >> Modified: >> commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/TestBean.java >> URL: >> http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/TestBean.java?rev=1645679&r1=1645678&r2=1645679&view=diff >> >> ============================================================================== >> --- >> commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/TestBean.java >> (original) >> +++ >> commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/TestBean.java >> Mon Dec 15 15:54:38 2014 >> @@ -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; >> > > Why can't we drop the line completely? >
I was not sure if it was part of an attempt to write another unit test; I hoped it might remind someone. >> >> private String doNotSet = "not set"; >> >> >> >> > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
