Update of /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv32082
Modified Files:
FatalSqlExceptionHelper.java
Log Message:
Doc
Index: FatalSqlExceptionHelper.java
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/FatalSqlExceptionHelper.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FatalSqlExceptionHelper.java 29 Sep 2003 17:48:08 -0000 1.1
--- FatalSqlExceptionHelper.java 29 Sep 2003 18:12:33 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+ * This software is released under a licence similar to the Apache Software Licence.
+ * See org.logicalcobwebs.proxool.package.html for details.
+ * The latest version is available at http://proxool.sourceforge.net
+ */
package org.logicalcobwebs.proxool;
***************
*** 5,15 ****
import java.sql.SQLException;
! /*
! * Copyright 2002, Findexa AS (http://www.findexa.no)
! *
! * This software is the proprietary information of Findexa AS.
! * Use is subject to license terms.
! */
!
class FatalSqlExceptionHelper {
--- 10,19 ----
import java.sql.SQLException;
! /**
! * Will wrap up exceptions in another exception which can be defined at runtime.
! * @version $Revision$, $Date$
! * @author billhorsman
! * @author $Author$ (current maintainer)
! */
class FatalSqlExceptionHelper {
***************
*** 76,77 ****
--- 80,89 ----
}
}
+
+ /*
+ Revision history:
+ $Log$
+ Revision 1.2 2003/09/29 18:12:33 billhorsman
+ Doc
+
+ */
\ No newline at end of file
|