Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@589762 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
ad82fe67bd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/util/FileUtils.java

+ 1
- 0
src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -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);


Loading…
Cancel
Save