From 529deb1cfd477b2c9b84923dd573c0191ad900c4 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 3 May 2005 08:33:59 +0000 Subject: [PATCH] Bugzilla 34680: make AntXMLContext#setCurrentTargets current git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278217 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/helper/AntXMLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/helper/AntXMLContext.java b/src/main/org/apache/tools/ant/helper/AntXMLContext.java index 8c9b2156e..88d55618a 100644 --- a/src/main/org/apache/tools/ant/helper/AntXMLContext.java +++ b/src/main/org/apache/tools/ant/helper/AntXMLContext.java @@ -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; }