diff options
Diffstat (limited to 'anttasks/src/com/android/ant/TaskHelper.java')
-rw-r--r-- | anttasks/src/com/android/ant/TaskHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anttasks/src/com/android/ant/TaskHelper.java b/anttasks/src/com/android/ant/TaskHelper.java index 7afa920..3a372a1 100644 --- a/anttasks/src/com/android/ant/TaskHelper.java +++ b/anttasks/src/com/android/ant/TaskHelper.java @@ -113,7 +113,7 @@ final class TaskHelper { /** * Returns the ProjectProperties for a given project path. - * This loads and merge all the .properties files in the same way that Ant does it. + * This loads and merges all the .properties files in the same way that Ant does it. * * Note that this does not return all the Ant properties but only the one customized by the * project's own build.xml file. |