apupier commented on code in PR #20334:
URL: https://github.com/apache/camel/pull/20334#discussion_r2606202020
##########
components/camel-cxf/camel-cxf-soap/src/test/java/org/apache/camel/component/cxf/util/CxfEndpointUtilsTest.java:
##########
@@ -61,16 +61,19 @@ protected CamelContext getCamelContext() throws Exception {
return new DefaultCamelContext();
}
+ @SuppressWarnings("resource")
+ // NOTE: method client must close the resource.
Review Comment:
Should be placed as javdoc instead of comment so that when developing and
using this method it is visible directly
--
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]