Skip to content

Commit e553282

Browse files
authored
fix: wording
1 parent 0b756ce commit e553282

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/ReconciliationDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public P conflictRetryingPatch(
381381
} catch (KubernetesClientException e) {
382382
log.trace("Exception during patch for resource: {}", resource);
383383
retryIndex++;
384-
// only retry on conflict (409) and unprocessable content (422) what
384+
// only retry on conflict (409) and unprocessable content (422) which
385385
// can happen if JSON Patch is not a valid request since there was
386386
// a concurrent request already removed another finalizer:
387387
// List element removal from a list is by index in JSON Patch

0 commit comments

Comments
 (0)