Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090356 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 14 years ago
parent
commit
65df42db53
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/property/ParseProperties.java

+ 3
- 3
src/main/org/apache/tools/ant/property/ParseProperties.java View File

@@ -35,8 +35,8 @@ public class ParseProperties implements ParseNextProperty {


/** /**
* Constructor with a getProperty. * 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. * @param getProperty property resolver.
*/ */
public ParseProperties(Project project, Collection expanders, GetProperty getProperty) { public ParseProperties(Project project, Collection expanders, GetProperty getProperty) {
@@ -47,7 +47,7 @@ public class ParseProperties implements ParseNextProperty {


/** /**
* Get the project. * Get the project.
* @return the current ant project.
* @return the current Ant project.
*/ */
public Project getProject() { public Project getProject() {
return project; return project;


Loading…
Cancel
Save