You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/03/16 13:42:12 UTC

[maven-patch-plugin] 07/08: MPATCH-20 use generics on new code

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-patch-plugin.git

commit b685719b07df204977e96ea105213ba040055327
Author: Matthias Balke <ma...@googlemail.com>
AuthorDate: Fri Nov 9 12:03:04 2018 +0100

    MPATCH-20 use generics on new code
---
 src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java b/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java
index b8117b2..d253a79 100644
--- a/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java
+++ b/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java
@@ -246,7 +246,7 @@ public class ApplyMojo
      * @since 1.3
      */
     @Parameter
-    private List excludes;
+    private List<String> excludes;
 
     /**
      * Apply the patches. Give preference to patchFile over patchSourceDir/patches, and preference to originalFile over