You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by fr...@apache.org on 2001/11/09 01:27:13 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport SQLRequest.java

froehlich    01/11/08 16:27:13

  Modified:    apps/db/src/java/org/apache/avalon/db/transport
                        SQLRequest.java
  Log:
  prepared statement extension
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport/SQLRequest.java
  
  Index: SQLRequest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport/SQLRequest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SQLRequest.java	2001/11/06 00:32:34	1.2
  +++ SQLRequest.java	2001/11/09 00:27:13	1.3
  @@ -15,7 +15,7 @@
    *
    *
    * @author Paul Hammant <a href="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class SQLRequest extends Request {
   
  @@ -81,6 +81,6 @@
   
       public String[] getParams() {
           return mParams;
  -     }
  +    }
   
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>