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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new b7b42c1  Fix CDI tests
b7b42c1 is described below

commit b7b42c1bdf83e90758f613b2ed37005017a1c08c
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Mar 21 13:30:50 2018 -0400

    Fix CDI tests
---
 .../src/main/java/org/apache/cxf/systests/cdi/base/Injections.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/systests/cdi/base/src/main/java/org/apache/cxf/systests/cdi/base/Injections.java
 
b/systests/cdi/base/src/main/java/org/apache/cxf/systests/cdi/base/Injections.java
index 5e6a7c1..b76bdec 100644
--- 
a/systests/cdi/base/src/main/java/org/apache/cxf/systests/cdi/base/Injections.java
+++ 
b/systests/cdi/base/src/main/java/org/apache/cxf/systests/cdi/base/Injections.java
@@ -86,12 +86,14 @@ public class Injections {
     @ContextResolved
     private Providers cxfProviders; //NOPMD
 
+    @SuppressWarnings("rawtypes")
     @Inject
-    private ContextResolver<?> contextResolver; //NOPMD
+    private ContextResolver contextResolver; //NOPMD
 
+    @SuppressWarnings("rawtypes")
     @Inject
     @ContextResolved
-    private ContextResolver<?> cxfContextResolver; //NOPMD
+    private ContextResolver cxfContextResolver; //NOPMD
 
     @Inject
     private HttpServletRequest httpServletRequest; //NOPMD

-- 
To stop receiving notification emails like this one, please contact
dk...@apache.org.

Reply via email to