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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]