apupier commented on code in PR #13626:
URL: https://github.com/apache/camel/pull/13626#discussion_r1540737971
##########
core/camel-api/src/main/java/org/apache/camel/spi/StreamCachingStrategy.java:
##########
@@ -117,38 +117,44 @@ interface SpoolRule {
boolean isEnabled();
/**
- * To filter stream caching of a given set of allowed/denied classes. By
default, all classes that are
- * {@link java.io.InputStream} is allowed.
+ * To filter stream caching of a given set of allowed/denied classes.
Classes inheriting from any of the specified
+ * classes will be cached.
+ * By default, all classes that inherit from {@link java.io.InputStream}
are allowed.
Review Comment:
it is not only rewording, it is adding more information on which class are
cached. Given that you mention that it is a "reword", is it expected?
--
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]