You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/08/21 03:00:55 UTC

svn commit: r1375359 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Database.java

Author: tfischer
Date: Tue Aug 21 01:00:54 2012
New Revision: 1375359

URL: http://svn.apache.org/viewvc?rev=1375359&view=rev
Log:
javadoc

Modified:
    db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Database.java

Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Database.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Database.java?rev=1375359&r1=1375358&r2=1375359&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Database.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Database.java Tue Aug 21 01:00:54 2012
@@ -38,8 +38,7 @@ import org.apache.torque.oid.IdGenerator
 public class Database
 {
     /**
-     * The name of the database. Must be the same as the key in Torque's
-     * databaseMap.
+     * The name of the database.
      */
     private final String name;
 
@@ -49,7 +48,7 @@ public class Database
     private Adapter adapter;
 
     /**
-     * the Map of this database.
+     * The Map of this database.
      */
     private DatabaseMap databaseMap;
 
@@ -94,7 +93,7 @@ public class Database
     }
 
     /**
-     * Returns the adapther to this database.
+     * Returns the adapter to this database.
      *
      * @return the adapter to this database, or null if no adapter is set.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org