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: [email protected]
For additional commands, e-mail: [email protected]