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/11/07 21:44:44 UTC

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

Author: tfischer
Date: Wed Nov  7 20:44:44 2012
New Revision: 1406796

URL: http://svn.apache.org/viewvc?rev=1406796&view=rev
Log:
Code style

Modified:
    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/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=1406796&r1=1406795&r2=1406796&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 Wed Nov  7 20:44:44 2012
@@ -289,7 +289,7 @@ public final class SqlBuilder
 
     static void appendCriterion(
                 Criterion criterion,
-                CriteriaInterface<?>  criteria,
+                CriteriaInterface<?> criteria,
                 StringBuilder where,
                 Query query)
             throws TorqueException



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