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 tv...@apache.org on 2010/10/14 20:57:06 UTC

svn commit: r1022653 - /db/torque/runtime/trunk/src/java/org/apache/torque/util/SummaryHelper.java

Author: tv
Date: Thu Oct 14 18:57:06 2010
New Revision: 1022653

URL: http://svn.apache.org/viewvc?rev=1022653&view=rev
Log:
We are still at JDK 1.4

Modified:
    db/torque/runtime/trunk/src/java/org/apache/torque/util/SummaryHelper.java

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/util/SummaryHelper.java
URL: http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/java/org/apache/torque/util/SummaryHelper.java?rev=1022653&r1=1022652&r2=1022653&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/util/SummaryHelper.java (original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/util/SummaryHelper.java Thu Oct 14 18:57:06 2010
@@ -231,7 +231,7 @@ public class SummaryHelper
             if ( ! haveFromTable )    // Last chance. Get it from the func.
             {
                 String col =  f.getArgument(0).toString();
-                if ( col.contains(".") ) 
+                if ( col.indexOf('.') >= 0) 
                 {
                     // Kludgy Where table.col = table.col clause to force
                     // from table identification.



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