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 2020/03/24 07:45:05 UTC

[cxf] branch master updated: Fixing checkstyle

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

coheigea 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 19c0024  Fixing checkstyle
19c0024 is described below

commit 19c00248f26f2861dfc8c198f54b98cbf1a708fe
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 24 07:44:46 2020 +0000

    Fixing checkstyle
---
 .../test/java/org/apache/cxf/systest/jms/action/JMSSoapActionTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/action/JMSSoapActionTest.java b/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/action/JMSSoapActionTest.java
index c3ba953..b529553 100644
--- a/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/action/JMSSoapActionTest.java
+++ b/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/action/JMSSoapActionTest.java
@@ -117,7 +117,6 @@ public class JMSSoapActionTest extends AbstractBusClientServerTestBase {
         URL wsdl = getWSDLURL("/wsdl/jms_test.wsdl");
         HelloWorldService service = new HelloWorldService(wsdl, serviceName);
 
-        String response = new String("Bonjour2");
         HelloWorldPortType greeter = service.getPort(portName, HelloWorldPortType.class);
 
         ClientProxy.getClient(greeter).getOutInterceptors().add(new LoggingOutInterceptor());