Skip to content

Commit f3b50bc

Browse files
csviriCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bc028e3 commit f3b50bc

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
@@ -306,7 +306,7 @@ private Stream<R> mergeWithTempCacheForList(
306306
}
307307
return r;
308308
})
309-
// we filter on predicate only since namespace changes would not be detected any ways.
309+
// we filter on predicate only since namespace changes would not be detected anyway.
310310
.filter(filterResourceByPredicate(predicate))
311311
.toList();
312312

0 commit comments

Comments
 (0)