Browse Source

linelength

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277928 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
33c0a60a75
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/main/org/apache/tools/ant/taskdefs/SQLExec.java

+ 3
- 2
src/main/org/apache/tools/ant/taskdefs/SQLExec.java View File

@@ -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 @@ public class SQLExec extends JDBCTask {

/**
* 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.
*/


Loading…
Cancel
Save