Browse Source

Bugzilla 34680: make AntXMLContext#setCurrentTargets current

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278217 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
529deb1cfd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/helper/AntXMLContext.java

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

@@ -357,7 +357,7 @@ public class AntXMLContext {
* Set the map of the targets in the current source file.
* @param currentTargets a map of targets.
*/
void setCurrentTargets(Map currentTargets) {
public void setCurrentTargets(Map currentTargets) {
this.currentTargets = currentTargets;
}



Loading…
Cancel
Save