You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2007/10/29 18:40:55 UTC

svn commit: r589762 - /ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

Author: stevel
Date: Mon Oct 29 10:40:51 2007
New Revision: 589762

URL: http://svn.apache.org/viewvc?rev=589762&view=rev
Log:
javadoc

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java?rev=589762&r1=589761&r2=589762&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java Mon Oct 29 10:40:51 2007
@@ -971,6 +971,7 @@
      * @param reader the input to read from.
      * @return the string.
      * @throws IOException if unable to read from reader.
+     * @since Ant 1.7.1
      */
     public static String safeReadFully(Reader reader) throws IOException {
         String ret = readFully(reader);



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