[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-dev
Subject:    svn commit: r1225875 -
From:       hboutemy () apache ! org
Date:       2011-12-30 17:48:48
Message-ID: 20111230174848.57C6423889EA () eris ! apache ! org
[Download RAW message or body]

Author: hboutemy
Date: Fri Dec 30 17:48:47 2011
New Revision: 1225875

URL: http://svn.apache.org/viewvc?rev=1225875&view=rev
Log:
more generics

Modified:
    maven/surefire/trunk/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireExecutionParameters.java


Modified: maven/surefire/trunk/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireExecutionParameters.java
                
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-common/src/main/ \
java/org/apache/maven/plugin/surefire/SurefireExecutionParameters.java?rev=1225875&r1=1225874&r2=1225875&view=diff
 ==============================================================================
--- maven/surefire/trunk/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireExecutionParameters.java \
                (original)
+++ maven/surefire/trunk/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireExecutionParameters.java \
Fri Dec 30 17:48:47 2011 @@ -69,9 +69,9 @@ public interface SurefireExecutionParame
 
     void setProject( MavenProject project );
 
-    List getClasspathDependencyExcludes();
+    List<String> getClasspathDependencyExcludes();
 
-    void setClasspathDependencyExcludes( List classpathDependencyExcludes );
+    void setClasspathDependencyExcludes( List<String> classpathDependencyExcludes );
 
     String getClasspathDependencyScopeExclude();
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic