reta commented on code in PR #1040:
URL: https://github.com/apache/cxf/pull/1040#discussion_r1045304456


##########
rt/transports/jms/src/test/java/org/apache/cxf/transport/jms/AbstractJMSTester.java:
##########
@@ -94,7 +94,7 @@ public static void startServices() throws Exception {
         addressSettings.setAutoCreateQueues(true);
         addressSettings.setAutoDeleteQueues(false);
         addressSettings.setAutoDeleteAddresses(false);
-        config.setAddressesSettings(Collections.singletonMap("#", new 
AddressSettings()));
+        config.setAddressSettings(Collections.singletonMap("#", new 
AddressSettings()));

Review Comment:
   Not related (replaced deprecated API usage)



-- 
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: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to