Subversion Repository Public Repository

litesoft

Diff Revisions 66 vs 847 for /trunk/Java/core/Anywhere/src/org/litesoft/core/SQLdateable.java

Diff revisions: vs.
  @@ -1,6 +1,8 @@
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 - public interface SQLdateable extends SQLvalueable
4 + import java.sql.*;
5 +
6 + public interface SQLdateable extends SQLvalueable<Date>
5 7 {
6 8 }