Skip to content

Commit 3db519a

Browse files
authored
fix: typo (#3005)
Signed-off-by: Chris Laprun <[email protected]>
1 parent b351b52 commit 3db519a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public boolean isLastAttempt() {
229229
failedMessage = " due to conflict";
230230
log.info(
231231
"ErrorStatusUpdateControl.patchStatus of {} failed due to a conflict, but the next"
232-
+ " reconiliation is imminent.",
232+
+ " reconciliation is imminent.",
233233
ResourceID.fromResource(originalResource));
234234
} else {
235235
exceptionLevel = Level.WARN;
@@ -503,7 +503,6 @@ public R patchStatus(R resource, R originalResource) {
503503
}
504504
}
505505

506-
@SuppressWarnings("unchecked")
507506
private R editStatus(R resource, R originalResource) {
508507
String resourceVersion = resource.getMetadata().getResourceVersion();
509508
// the cached resource should not be changed in any circumstances

0 commit comments

Comments
 (0)