Skip to content

Commit 834ae6a

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 12aadc7 commit 834ae6a

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
@@ -191,7 +191,7 @@ public void handleRecentResourceCreate(ResourceID resourceID, R resource) {
191191

192192
@Override
193193
public Optional<R> get(ResourceID resourceID) {
194-
// order of getting those resource from cache matters
194+
// The order of reading from these caches matters
195195
Optional<R> resource = temporaryResourceCache.getResourceFromCache(resourceID);
196196
var res = cache.get(resourceID);
197197
if (comparableResourceVersions

0 commit comments

Comments
 (0)