davsclaus commented on code in PR #23021:
URL: https://github.com/apache/camel/pull/23021#discussion_r3206796773
##########
core/camel-api/src/main/java/org/apache/camel/resume/ResumeStrategyConfiguration.java:
##########
@@ -17,21 +17,24 @@
package org.apache.camel.resume;
+import java.util.Objects;
+
import org.apache.camel.resume.cache.ResumeCache;
+import org.jspecify.annotations.Nullable;
/**
* Basic configuration holder for resume strategies
*/
public abstract class ResumeStrategyConfiguration {
- private Cacheable.FillPolicy cacheFillPolicy;
- private ResumeCache<?> resumeCache;
+ private Cacheable.@Nullable FillPolicy cacheFillPolicy;
Review Comment:
this looks a bit funny
--
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]