From 65df42db53ff5c5d1fb3955f7e0ae31b912f2e9b Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 8 Apr 2011 17:27:16 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090356 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/property/ParseProperties.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/property/ParseProperties.java b/src/main/org/apache/tools/ant/property/ParseProperties.java index 282d69c00..45399000f 100644 --- a/src/main/org/apache/tools/ant/property/ParseProperties.java +++ b/src/main/org/apache/tools/ant/property/ParseProperties.java @@ -35,8 +35,8 @@ public class ParseProperties implements ParseNextProperty { /** * Constructor with a getProperty. - * @param project the current ant project. - * @param expanders a sequence of exapanders + * @param project the current Ant project. + * @param expanders a sequence of expanders * @param getProperty property resolver. */ public ParseProperties(Project project, Collection expanders, GetProperty getProperty) { @@ -47,7 +47,7 @@ public class ParseProperties implements ParseNextProperty { /** * Get the project. - * @return the current ant project. + * @return the current Ant project. */ public Project getProject() { return project;