[Proxool-cvs] proxool/src/java/org/logicalcobwebs/proxool/admin/jndi ProxoolJNDIHelper.java,1.2,1.3
UNMAINTAINED!
Brought to you by:
billhorsman
From: <bil...@us...> - 2004-06-17 21:33:21
|
Update of /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/admin/jndi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26763/src/java/org/logicalcobwebs/proxool/admin/jndi Modified Files: ProxoolJNDIHelper.java Log Message: JavaDoc fix Index: ProxoolJNDIHelper.java =================================================================== RCS file: /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/admin/jndi/ProxoolJNDIHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ProxoolJNDIHelper.java 18 Mar 2004 17:13:48 -0000 1.2 --- ProxoolJNDIHelper.java 17 Jun 2004 21:33:12 -0000 1.3 *************** *** 27,31 **** /** ! * Create a {@link org.logicalcobwebs.proxool.ProxoolManagedDataSource} with the given alias * and bind it to JNDI using the given jndi properties. * @param jndiProperties the jndi related configuration properties. --- 27,31 ---- /** ! * Create a {@link org.logicalcobwebs.proxool.ProxoolDataSource} with the given alias * and bind it to JNDI using the given jndi properties. * @param jndiProperties the jndi related configuration properties. *************** *** 49,52 **** --- 49,55 ---- Revision history: $Log$ + Revision 1.3 2004/06/17 21:33:12 billhorsman + JavaDoc fix + Revision 1.2 2004/03/18 17:13:48 chr32 Started using ProxoolDataSource instead of ProxoolManagedDataSource. |