dgraham 2003/10/19 12:22:33
Modified: dbutils/src/java/org/apache/commons/dbutils QueryRunner.java
Log:
Fixed javadoc.
Revision Changes Path
1.2 +5 -7
jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils/QueryRunner.java
Index: QueryRunner.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils/QueryRunner.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- QueryRunner.java 19 Oct 2003 19:21:30 -0000 1.1
+++ QueryRunner.java 19 Oct 2003 19:22:33 -0000 1.2
@@ -347,11 +347,9 @@
* statement is executed in it's own transaction that will be committed or
* rolled back depending on any SQLExceptions thrown.
* @param sql The SQL statement to execute.
- * @param preparer Initializes the PreparedStatement's IN (ie. '?')
+ * @param params Initializes the PreparedStatement's IN (ie. '?')
* parameters.
- * @param prepareObject An object to pass to the preparer to setup the
- * PreparedStatement.
- * @throws MapperException
+ * @throws SQLException
* @return The number of rows updated.
*/
public int executeUpdate(String sql, Object[] params) throws SQLException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]