Skip to content

Commit 9e27114

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 706d162 commit 9e27114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private String getLatestResourceVersion(String namespace) {
227227
}
228228

229229
/**
230-
* There are (probably) extremely rare circumstances, when we can miss a delete event related to a
230+
* There are (probably extremely rare) circumstances, when we can miss a delete event related to a
231231
* resources: when we create a resource that is deleted right after by third party and the related
232232
* informer have a disconnected watch and this watch needs to do a re-list when connected again.
233233
* In this case neither the ADD nor DELETE event will be propagated to the informer, but we

0 commit comments

Comments
 (0)