squakez commented on code in PR #20334:
URL: https://github.com/apache/camel/pull/20334#discussion_r2606219270
##########
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:
It's a test class method used only in this class. The main reason to the
change is to suppress compilation warning, I don't see important reasons to
include in a Javadoc format.
--
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]