You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/16 09:07:56 UTC

svn commit: r289404 - /maven/components/trunk/maven-1.x-integration/src/main/java/org/apache/maven/legacy/Maven1xIntegration.java

Author: brett
Date: Fri Sep 16 00:07:51 2005
New Revision: 289404

URL: http://svn.apache.org/viewcvs?rev=289404&view=rev
Log:
match interface and impl

Modified:
    maven/components/trunk/maven-1.x-integration/src/main/java/org/apache/maven/legacy/Maven1xIntegration.java

Modified: maven/components/trunk/maven-1.x-integration/src/main/java/org/apache/maven/legacy/Maven1xIntegration.java
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-1.x-integration/src/main/java/org/apache/maven/legacy/Maven1xIntegration.java?rev=289404&r1=289403&r2=289404&view=diff
==============================================================================
--- maven/components/trunk/maven-1.x-integration/src/main/java/org/apache/maven/legacy/Maven1xIntegration.java (original)
+++ maven/components/trunk/maven-1.x-integration/src/main/java/org/apache/maven/legacy/Maven1xIntegration.java Fri Sep 16 00:07:51 2005
@@ -31,7 +31,7 @@
     // Execution
     // ----------------------------------------------------------------------
 
-    void execute( File project, List args, List goals )
+    void execute( File project, List goals )
         throws Maven1xIntegrationException;
 
     // ----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org