match interface and impl

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-16 07:07:51 +00:00
parent 7b290671a2
commit d3346e1504
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public interface Maven1xIntegration
// Execution
// ----------------------------------------------------------------------
void execute( File project, List args, List goals )
void execute( File project, List goals )
throws Maven1xIntegrationException;
// ----------------------------------------------------------------------