You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -383,7 +383,7 @@ public P conflictRetryingPatch(
383
383
retryIndex++;
384
384
// only retry on conflict (409) and unprocessable content (422) which
385
385
// can happen if JSON Patch is not a valid request since there was
386
-
// a concurrent request already removed another finalizer:
386
+
// a concurrent request which already removed another finalizer:
387
387
// List element removal from a list is by index in JSON Patch
388
388
// so if addressing a second finalizer but first is meanwhile removed
0 commit comments