diff --git a/src/main/org/apache/tools/ant/Project.java b/src/main/org/apache/tools/ant/Project.java index 2be86930b..936e3a453 100644 --- a/src/main/org/apache/tools/ant/Project.java +++ b/src/main/org/apache/tools/ant/Project.java @@ -422,10 +422,10 @@ public class Project implements ResourceFactory { } /** - * Return a copy of the list of build listeners for the project. - * - * @return a list of build listeners for the project - */ + * Return a copy of the list of build listeners for the project. + * + * @return a list of build listeners for the project + */ public Vector getBuildListeners() { synchronized (listenersLock) { Vector r = new Vector(listeners.length); @@ -2002,7 +2002,7 @@ public class Project implements ResourceFactory { BuildEvent event = new BuildEvent(this); BuildListener[] currListeners = listeners; for (int i=0; i