davsclaus commented on code in PR #23021:
URL: https://github.com/apache/camel/pull/23021#discussion_r3206836668


##########
core/camel-api/src/main/java/org/apache/camel/spi/DataFormatCustomizer.java:
##########
@@ -139,7 +140,7 @@ public boolean test(String s, DataFormat target) {
      */
     class Builder<T extends DataFormat> {
         private final Class<T> type;
-        private BiPredicate<String, DataFormat> condition;
+        private @Nullable BiPredicate<String, DataFormat> condition;

Review Comment:
   same here as last comment



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