Nixed unused import, commented out others that go with commented out code.

This commit is contained in:
Michael Bayne
2008-11-01 05:39:27 +00:00
parent 8ec25c5a6d
commit 05f499736e
@@ -48,7 +48,6 @@ import com.samskivert.jdbc.depot.FieldMarshaller.ShortMarshaller;
import com.samskivert.jdbc.depot.annotation.FullTextIndex;
import com.samskivert.jdbc.depot.expression.EpochSeconds;
import com.samskivert.jdbc.depot.operator.Conditionals.FullTextMatch;
import com.samskivert.jdbc.depot.operator.Conditionals.In;
import com.samskivert.util.ArrayUtil;
import com.samskivert.util.StringUtil;