You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2011/04/08 19:27:17 UTC

svn commit: r1090356 - /ant/core/trunk/src/main/org/apache/tools/ant/property/ParseProperties.java

Author: mbenson
Date: Fri Apr  8 17:27:16 2011
New Revision: 1090356

URL: http://svn.apache.org/viewvc?rev=1090356&view=rev
Log:
javadoc

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/property/ParseProperties.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/property/ParseProperties.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/property/ParseProperties.java?rev=1090356&r1=1090355&r2=1090356&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/property/ParseProperties.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/property/ParseProperties.java Fri Apr  8 17:27:16 2011
@@ -35,8 +35,8 @@ public class ParseProperties implements 
 
     /**
      * 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 
 
     /**
      * Get the project.
-     * @return the current ant project.
+     * @return the current Ant project.
      */
     public Project getProject() {
         return project;