Checkstyle fix

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

Branch: refs/heads/3.0.x-fixes
Commit: 7abad2371ee30f19a49fb73dcbb960586d0df4c2
Parents: d473c6c
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri Oct 14 17:37:00 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Fri Oct 14 18:23:39 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/systest/ws/tokens/SupportingTokenTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/7abad237/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/tokens/SupportingTokenTest.java
----------------------------------------------------------------------
diff --git 
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/tokens/SupportingTokenTest.java
 
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/tokens/SupportingTokenTest.java
index b2ceb48..7e9ecd0 100644
--- 
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/tokens/SupportingTokenTest.java
+++ 
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/tokens/SupportingTokenTest.java
@@ -68,7 +68,7 @@ public class SupportingTokenTest extends 
AbstractBusClientServerTestBase {
                    // run the server in the same process
                    // set this to false to fork
                    launchServer(TLSServer.class, true)
-               );
+        );
         assertTrue(
                    "Server failed to launch",
                    // run the server in the same process

Reply via email to