ammachado commented on code in PR #23127:
URL: https://github.com/apache/camel/pull/23127#discussion_r3227998744


##########
components/camel-xslt/src/main/java/org/apache/camel/component/xslt/XsltComponent.java:
##########
@@ -102,7 +108,8 @@ public boolean isContentCache() {
      * stylesheet file on each message processing. This is good for 
development. A cached stylesheet can be forced to
      * reload at runtime via JMX using the clearCachedStylesheet operation.
      */
-    public void setContentCache(boolean contentCache) {
+    @Override
+    public void setContentCache(Boolean contentCache) {
         this.contentCache = contentCache;
     }

Review Comment:
   Using `PropertyConfigurer` implementation instead.



-- 
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]

Reply via email to