Author: tfischer
Date: Sat May 14 19:32:08 2011
New Revision: 1103195
URL: http://svn.apache.org/viewvc?rev=1103195&view=rev
Log:
fix javadocs and imports
Modified:
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/LargeSelect.java
Modified:
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/LargeSelect.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/LargeSelect.java?rev=1103195&r1=1103194&r2=1103195&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/LargeSelect.java
(original)
+++
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/LargeSelect.java
Sat May 14 19:32:08 2011
@@ -24,7 +24,6 @@ import java.io.ObjectInputStream;
import java.io.Serializable;
import java.lang.reflect.Method;
import java.sql.Connection;
-import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Iterator;
@@ -102,7 +101,7 @@ import org.apache.torque.sql.SqlBuilder;
* <p>Typically you will create a <code>LargeSelect</code> using your <code>
* Criteria</code> (perhaps created from the results of a search parameter
* page), page size, memory page limit, return class name (for which you may
- * have defined a business object class before hand) and mapper class
+ * have defined a business object class before hand) and mapper class
* and place this in user.Temp thus:
*
* <pre>
@@ -129,7 +128,7 @@ import org.apache.torque.sql.SqlBuilder;
* number of convenience methods that make it easy to add all of the necessary
* bells and whistles to your template.
*
- * @param T the type of the objects which are returned on a query.
+ * @param <T> the type of the objects which are returned on a query.
*
* @author <a href="mailto:[email protected]">John D. McNally</a>
* @author <a href="mailto:[email protected]">Scott Eade</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]