dgraham     2003/11/10 19:24:27

  Modified:    dbutils/src/java/org/apache/commons/dbutils QueryRunner.java
  Log:
  javadoc changes only.
  
  Revision  Changes    Path
  1.5       +7 -13     
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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- QueryRunner.java  11 Nov 2003 01:26:25 -0000      1.4
  +++ QueryRunner.java  11 Nov 2003 03:24:27 -0000      1.5
  @@ -405,10 +405,8 @@
   
       /**
        * Executes the given INSERT, UPDATE, or DELETE SQL statement without
  -     * any replacement parameters.  The statement is executed in its own 
  -     * transaction that will be committed or rolled back depending on any 
  -     * SQLExceptions thrown.  The <code>Connection</code> is retrieved from the
  -     * <code>DataSource</code> set in the constructor.
  +     * any replacement parameters. The <code>Connection</code> is retrieved 
  +     * from the <code>DataSource</code> set in the constructor.
        * 
        * @param sql The SQL statement to execute.
        * @throws SQLException
  @@ -420,10 +418,8 @@
   
       /**
        * Executes the given INSERT, UPDATE, or DELETE SQL statement with
  -     * a single replacement parameter.  The statement is executed in its own 
  -     * transaction that will be committed or rolled back depending on any 
  -     * SQLExceptions thrown.  The <code>Connection</code> is retrieved from the
  -     * <code>DataSource</code> set in the constructor.
  +     * a single replacement parameter.  The <code>Connection</code> is 
  +     * retrieved from the <code>DataSource</code> set in the constructor.
        * 
        * @param sql The SQL statement to execute.
        * @param param The replacement parameter.
  @@ -436,8 +432,6 @@
   
       /**
        * Executes the given INSERT, UPDATE, or DELETE SQL statement.  The 
  -     * statement is executed in its own transaction that will be committed or 
  -     * rolled back depending on any SQLExceptions thrown.  The 
        * <code>Connection</code> is retrieved from the <code>DataSource</code> 
        * set in the constructor.
        * 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to