diff options
Diffstat (limited to 'anttasks/src/com/android/ant/DependencyGraph.java')
-rw-r--r-- | anttasks/src/com/android/ant/DependencyGraph.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anttasks/src/com/android/ant/DependencyGraph.java b/anttasks/src/com/android/ant/DependencyGraph.java index f8564da..7cb13a0 100644 --- a/anttasks/src/com/android/ant/DependencyGraph.java +++ b/anttasks/src/com/android/ant/DependencyGraph.java @@ -426,7 +426,7 @@ public class DependencyGraph { /** * Reads and returns the content of a text file. - * @param file the file path to the text file + * @param file the file to read * @return null if the file could not be read */ private static List<String> readFile(File file) { |