dgraham 2004/07/18 18:44:42
Modified: dbutils/src/java/org/apache/commons/dbutils QueryRunner.java
Log:
javadoc changes only.
Revision Changes Path
1.13 +4 -8
jakarta-commons/dbutils/src/java/org/apache/commons/dbutils/QueryRunner.java
Index: QueryRunner.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/dbutils/src/java/org/apache/commons/dbutils/QueryRunner.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- QueryRunner.java 19 Jul 2004 01:41:26 -0000 1.12
+++ QueryRunner.java 19 Jul 2004 01:44:42 -0000 1.13
@@ -187,14 +187,10 @@
* Execute an SQL SELECT query with a single replacement parameter. The
* caller is responsible for closing the connection.
*
- * @param conn
- * The connection to execute the query in.
- * @param sql
- * The query to execute.
- * @param param
- * The replacement parameter.
- * @param rsh
- * The handler that converts the results into an object.
+ * @param conn The connection to execute the query in.
+ * @param sql The query to execute.
+ * @param param The replacement parameter.
+ * @param rsh The handler that converts the results into an object.
* @return The object returned by the handler.
* @throws SQLException
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]