Skip to content

Commit 16bf0f1

Browse files
committed
fix: minor improvements
1 parent 39d0687 commit 16bf0f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/CachingEventSource.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ public Stream<R> list(Predicate<R> predicate) {
4343
return cache.list(predicate);
4444
}
4545

46-
47-
4846
protected UpdatableCache<R> initCache() {
4947
return new ConcurrentHashMapCache<>();
5048
}

0 commit comments

Comments
 (0)