Skip to content

Commit 8735fe0

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

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
@@ -321,7 +321,7 @@ private Stream<R> mergeWithTempCacheForIndex(
321321
if (!comparableResourceVersions || temporaryResourceCache.isEmpty()) {
322322
return stream;
323323
}
324-
var tempResources = new HashMap<>(temporaryResourceCache.getResources());
324+
var tempResources = temporaryResourceCache.getResources();
325325
if (tempResources.isEmpty()) {
326326
return stream;
327327
}

0 commit comments

Comments
 (0)