Repository: cxf
Updated Branches:
  refs/heads/master d191c4995 -> aa729bc6c


Fix an eclipse warning


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

Branch: refs/heads/master
Commit: 0234c09c11c0f89bd17f9b82695daa12af1fad09
Parents: d191c49
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Dec 11 11:18:31 2015 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Dec 11 12:06:50 2015 -0500

----------------------------------------------------------------------
 .../org/apache/cxf/sts/token/validator/JWTTokenValidatorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0234c09c/services/sts/sts-core/src/test/java/org/apache/cxf/sts/token/validator/JWTTokenValidatorTest.java
----------------------------------------------------------------------
diff --git 
a/services/sts/sts-core/src/test/java/org/apache/cxf/sts/token/validator/JWTTokenValidatorTest.java
 
b/services/sts/sts-core/src/test/java/org/apache/cxf/sts/token/validator/JWTTokenValidatorTest.java
index 13a60b8..03aad63 100644
--- 
a/services/sts/sts-core/src/test/java/org/apache/cxf/sts/token/validator/JWTTokenValidatorTest.java
+++ 
b/services/sts/sts-core/src/test/java/org/apache/cxf/sts/token/validator/JWTTokenValidatorTest.java
@@ -441,7 +441,7 @@ public class JWTTokenValidatorTest extends org.junit.Assert 
{
         
         private String role;
         
-        public RoleJWTClaimsProvider(String role) {
+        RoleJWTClaimsProvider(String role) {
             this.role = role;
         }
         

Reply via email to