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 2013/12/27 23:38:26 UTC

svn commit: r1553755 - in /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque: Torque.java sql/SqlBuilder.java

Author: tfischer
Date: Fri Dec 27 22:38:25 2013
New Revision: 1553755

URL: http://svn.apache.org/r1553755
Log:
improve javadoc

Modified:
    db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Torque.java
    db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/SqlBuilder.java

Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Torque.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Torque.java?rev=1553755&r1=1553754&r2=1553755&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Torque.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/Torque.java Fri Dec 27 22:38:25 2013
@@ -393,8 +393,7 @@ public final class Torque
      *
      * @return The current schema name. Null means, no schema has been set.
      *
-     * @throws TorqueException Any exceptions caught during processing will be
-     *         rethrown wrapped into a TorqueException.
+     * @throws TorqueException if Torque is not yet initialized.
      */
     public static String getSchema(final String name)
         throws TorqueException

Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/SqlBuilder.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/SqlBuilder.java?rev=1553755&r1=1553754&r2=1553755&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/SqlBuilder.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/SqlBuilder.java Fri Dec 27 22:38:25 2013
@@ -611,7 +611,7 @@ public final class SqlBuilder
      *
      * @return The table name to use inside the SQL statement.
      *         If null is passed into this method, null is returned.
-     * @exception TorqueException if an error occurs
+     * @exception TorqueException if Torque is not yet initialized.
      */
     public static String getFullTableName(
             final String table,



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