This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new ce2d6a3 Fixed CS ce2d6a3 is described below commit ce2d6a33aafebe94d0ad01f6dfd7a9dd80c2302b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Nov 12 18:22:13 2020 +0100 Fixed CS --- .../java/org/apache/camel/component/sjms/support/JmsTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsTestSupport.java b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsTestSupport.java index cd2568d..b97df84 100644 --- a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsTestSupport.java +++ b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsTestSupport.java @@ -59,12 +59,12 @@ public class JmsTestSupport extends CamelTestSupport { protected String brokerUri; protected boolean externalAmq; protected Properties properties; + protected ActiveMQConnectionFactory connectionFactory; private BrokerService broker; private Connection connection; private Session session; private DestinationCreationStrategy destinationCreationStrategy = new DefaultDestinationCreationStrategy(); - protected ActiveMQConnectionFactory connectionFactory; /** * Set up the Broker