Author: tfischer
Date: Sat May 14 19:13:29 2011
New Revision: 1103191

URL: http://svn.apache.org/viewvc?rev=1103191&view=rev
Log:
organize imports

Modified:
    
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/Aggregate.java

Modified: 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/Aggregate.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/Aggregate.java?rev=1103191&r1=1103190&r2=1103191&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/Aggregate.java
 (original)
+++ 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/Aggregate.java
 Sat May 14 19:13:29 2011
@@ -19,7 +19,6 @@ package org.apache.torque.util.functions
  * under the License.
  */
 
-import org.apache.torque.adapter.DB;
 
 /**
  * <p>A container for classes that will generate SQL for the SQL99 Standard
@@ -60,7 +59,7 @@ public class Aggregate
          * via the FunctionFactory / DB classes.<p>
          *
          * @see FunctionFactory
-         * @see DB
+         * @see org.apache.torque.adapter.DB
          */
         protected AgregateFunction()
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to