[Proxool-cvs] proxool/src/java-test/org/logicalcobwebs/proxool HsqlConnectionIF.java,1.1,1.2 HsqlPre
UNMAINTAINED!
Brought to you by:
billhorsman
From: <bil...@us...> - 2004-06-17 21:34:18
|
Update of /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27299/src/java-test/org/logicalcobwebs/proxool Modified Files: HsqlConnectionIF.java HsqlPreparedStatementIF.java HsqlStatementIF.java Log Message: Mistake. Can't put private classes in the interface. Doh. Index: HsqlConnectionIF.java =================================================================== RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/HsqlConnectionIF.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HsqlConnectionIF.java 2 Jun 2004 20:59:52 -0000 1.1 --- HsqlConnectionIF.java 17 Jun 2004 21:33:54 -0000 1.2 *************** *** 18,23 **** public interface HsqlConnectionIF extends Connection { - void checkClosed() throws SQLException; - } --- 18,21 ---- *************** *** 25,28 **** --- 23,29 ---- Revision history: $Log$ + Revision 1.2 2004/06/17 21:33:54 billhorsman + Mistake. Can't put private classes in the interface. Doh. + Revision 1.1 2004/06/02 20:59:52 billhorsman New injectable interface tests Index: HsqlPreparedStatementIF.java =================================================================== RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/HsqlPreparedStatementIF.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HsqlPreparedStatementIF.java 2 Jun 2004 20:59:52 -0000 1.1 --- HsqlPreparedStatementIF.java 17 Jun 2004 21:33:54 -0000 1.2 *************** *** 17,22 **** public interface HsqlPreparedStatementIF extends PreparedStatement { - String build(); - } --- 17,20 ---- *************** *** 24,27 **** --- 22,28 ---- Revision history: $Log$ + Revision 1.2 2004/06/17 21:33:54 billhorsman + Mistake. Can't put private classes in the interface. Doh. + Revision 1.1 2004/06/02 20:59:52 billhorsman New injectable interface tests Index: HsqlStatementIF.java =================================================================== RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/HsqlStatementIF.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HsqlStatementIF.java 2 Jun 2004 20:59:52 -0000 1.1 --- HsqlStatementIF.java 17 Jun 2004 21:33:54 -0000 1.2 *************** *** 18,23 **** public interface HsqlStatementIF extends Statement { - void checkClosed() throws SQLException; - } --- 18,21 ---- *************** *** 25,28 **** --- 23,29 ---- Revision history: $Log$ + Revision 1.2 2004/06/17 21:33:54 billhorsman + Mistake. Can't put private classes in the interface. Doh. + Revision 1.1 2004/06/02 20:59:52 billhorsman New injectable interface tests |