superfluous comment

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-02-25 03:17:27 +00:00
parent 0e249ddc83
commit 16326c619a
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ public void execute( PluginExecutionRequest request, PluginExecutionResponse res
catch ( MarmaladeExecutionException e )
{
FailureResponse failure = new MarmaladeMojoFailureResponse( script.getLocation(), e );
// TODO: specify marmalade goal name here
response.setExecutionFailure( failure );
}