Subversion Repository Public Repository

litesoft

Diff Revisions 852 vs 853 for /trunk/Java/core/Anywhere/src/org/litesoft/core/SQLdateable.java

Diff revisions: vs.
  @@ -1,8 +1,6 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core;
3 3
4 - import java.sql.*;
5 -
6 - public interface SQLdateable extends SQLvalueable<Date>
4 + public interface SQLdateable extends SQLvalueable<String>
7 5 {
8 6 }