remove erroneous TODO item

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-05 07:23:13 +00:00
parent 5f6a95faf1
commit c9d01daf19
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ public MavenExecutionResponse execute( MavenExecutionRequest request )
EventDispatcher dispatcher = request.getEventDispatcher();
String event = MavenEvents.REACTOR_EXECUTION;
// TODO: goals are outer loop
dispatcher.dispatchStart( event, request.getBaseDirectory() );
List projects;