JDK 1.6 fix

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f285e380
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f285e380
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f285e380

Branch: refs/heads/3.0.x-fixes
Commit: f285e3808b6a83e3a8fcf861f01434d3290cc605
Parents: 83f0f00
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Wed May 24 18:12:59 2017 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Wed May 24 18:12:59 2017 +0100

----------------------------------------------------------------------
 .../sts/intermediary_transformation/DoubleItPortTypeImpl.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/f285e380/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/intermediary_transformation/DoubleItPortTypeImpl.java
----------------------------------------------------------------------
diff --git 
a/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/intermediary_transformation/DoubleItPortTypeImpl.java
 
b/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/intermediary_transformation/DoubleItPortTypeImpl.java
index 42c02f5..0983f42 100644
--- 
a/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/intermediary_transformation/DoubleItPortTypeImpl.java
+++ 
b/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/intermediary_transformation/DoubleItPortTypeImpl.java
@@ -43,7 +43,7 @@ public class DoubleItPortTypeImpl implements DoubleItPortType 
{
     @Resource
     WebServiceContext wsContext;
     
-    private Map<String, Integer> userCount = new ConcurrentHashMap<>();
+    private Map<String, Integer> userCount = new ConcurrentHashMap<String, 
Integer>();
 
     public int doubleIt(int numberToDouble) {
         Principal pr = wsContext.getUserPrincipal();

Reply via email to