You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/11/17 14:59:23 UTC

[2/2] cxf git commit: Fixing checkstyle

Fixing checkstyle


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

Branch: refs/heads/3.1.x-fixes
Commit: cec8828bd220abd0d49457df707b9261b50e1a8e
Parents: 662b14a
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Nov 17 13:44:44 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Nov 17 13:51:57 2015 +0000

----------------------------------------------------------------------
 .../test/java/org/apache/cxf/systest/sts/jwt/JWTUnitTest.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/cec8828b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/jwt/JWTUnitTest.java
----------------------------------------------------------------------
diff --git a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/jwt/JWTUnitTest.java b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/jwt/JWTUnitTest.java
index 2f094e5..90da0c3 100644
--- a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/jwt/JWTUnitTest.java
+++ b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/jwt/JWTUnitTest.java
@@ -136,9 +136,9 @@ public class JWTUnitTest extends AbstractBusClientServerTestBase {
             properties = new HashMap<String, Object>();
             properties.put(SecurityConstants.USERNAME, "alice");
             properties.put(
-                           SecurityConstants.CALLBACK_HANDLER, 
-                           "org.apache.cxf.systest.sts.common.CommonCallbackHandler"
-                );
+                SecurityConstants.CALLBACK_HANDLER, 
+                "org.apache.cxf.systest.sts.common.CommonCallbackHandler"
+            );
         }
 
         stsClient.setProperties(properties);