From ad82fe67bd51cb1ea5a176ad5c307f84adf0efc2 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 29 Oct 2007 17:40:51 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@589762 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/FileUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java index 891c9a9c1..adad6d22d 100644 --- a/src/main/org/apache/tools/ant/util/FileUtils.java +++ b/src/main/org/apache/tools/ant/util/FileUtils.java @@ -971,6 +971,7 @@ public class FileUtils { * @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);