Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://github.com/ben-manes/caffeine/actions/runs/12181931315/job/33979716621?pr=1806 ``` Warning: /home/runner/work/caffeine/caffeine/caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java:233: warning: [NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull @OverRide public @nullable V load(K key) { ^ (see http://t.uber.com/nullaway ) Did you mean '@SuppressWarnings("NullAway") @OverRide public @nullable V load(K key) {'? error: warnings found and -Werror specified ```
- Loading branch information