You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/03/14 11:27:56 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs SQLExec.java

peterreilly    2005/03/14 02:27:56

  Modified:    src/main/org/apache/tools/ant/taskdefs SQLExec.java
  Log:
  linelength
  
  Revision  Changes    Path
  1.70      +3 -2      ant/src/main/org/apache/tools/ant/taskdefs/SQLExec.java
  
  Index: SQLExec.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/SQLExec.java,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- SQLExec.java	12 Nov 2004 09:44:08 -0000	1.69
  +++ SQLExec.java	14 Mar 2005 10:27:56 -0000	1.70
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  @@ -568,7 +568,8 @@
   
       /**
        * print any results in the statement
  -     * @deprecated use {@link #printResults(java.sql.ResultSet, java.io.PrintStream) the two arg version} instead.
  +     * @deprecated use {@link #printResults(java.sql.ResultSet, java.io.PrintStream)
  +     *             the two arg version} instead.
        * @param out the place to print results
        * @throws SQLException on SQL problems.
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org