dlr 01/08/20 20:51:48
Modified: src/java/org/apache/torque/adapter DBFactory.java
Log:
Ever heard of JavaDoc?
Revision Changes Path
1.6 +7 -5
jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBFactory.java
Index: DBFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- DBFactory.java 2001/08/21 03:50:50 1.5
+++ DBFactory.java 2001/08/21 03:51:48 1.6
@@ -72,7 +72,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Brett McLaughlin</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ralf Stranzenbach</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Daniel Rall</a>
- * @version $Id: DBFactory.java,v 1.5 2001/08/21 03:50:50 dlr Exp $
+ * @version $Id: DBFactory.java,v 1.6 2001/08/21 03:51:48 dlr Exp $
*/
public class DBFactory
{
@@ -95,10 +95,12 @@
category = c;
}
- // This static code creates the list of possible drivers and adds
- // the "NO DATABASE" adapter to this list. After all the
- // configuration is queried to get a list of JDBC drivers and
- // their associated adapters.
+ /**
+ * This static code creates the list of possible drivers and adds
+ * the "NO DATABASE" adapter to this list. After all the
+ * configuration is queried to get a list of JDBC drivers and
+ * their associated adapters.
+ */
public static void init()
{
drivers = new Hashtable();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]