Skip to content

Commit bc028e3

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 753d372 commit bc028e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private Stream<R> mergeWithTempCacheForList(
289289

290290
return stream.filter(filterResourceByPredicate(predicate));
291291
}
292-
var tempResources = new HashMap<>(temporaryResourceCache.getResources());
292+
var tempResources = temporaryResourceCache.getResources();
293293
if (tempResources.isEmpty()) {
294294
return stream.filter(filterResourceByPredicate(predicate));
295295
}

0 commit comments

Comments
 (0)