dk2k commented on code in PR #9711:
URL: https://github.com/apache/camel/pull/9711#discussion_r1153220380
##########
components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/SjmsConnectionTestSupport.java:
##########
@@ -55,8 +55,6 @@ public void setup() throws Exception {
|| getConnectionUri().startsWith("vm")) {
vmTestConnectionFactory = new ActiveMQConnectionFactory(
VM_BROKER_CONNECT_STRING);
- } else {
- createBroker();
Review Comment:
Yes. If I remove unused assignment in createBroker(), then I can remove all
it's code. Eventually I can delete the method and its call
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]