Browse Source

I cant believe we never noticed this typo before

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274999 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
e4e82cee37
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/helper/ProjectHelper2.java

+ 1
- 1
src/main/org/apache/tools/ant/helper/ProjectHelper2.java View File

@@ -228,7 +228,7 @@ public class ProjectHelper2 extends ProjectHelper {
inputSource.setSystemId(uri);
}
project.log("parsing buildfile " + buildFileName
+ "with URI = " + uri, Project.MSG_VERBOSE);
+ " with URI = " + uri, Project.MSG_VERBOSE);

DefaultHandler hb = handler;



Loading…
Cancel
Save