Skip to content

Commit eab21d3

Browse files
committed
docs update
1 parent 264e384 commit eab21d3

File tree

1 file changed

+1
-1
lines changed
  • operator-framework/src/main/java/com/github/containersolutions/operator/processing

1 file changed

+1
-1
lines changed

operator-framework/src/main/java/com/github/containersolutions/operator/processing/EventScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void scheduleEvent(CustomResourceEvent event) {
7979
// Note that we always use finalizers, we want to process delete event just in corner case,
8080
// when we are not able to add finalizer (lets say because of optimistic locking error, and the resource was deleted instantly).
8181
// We want to skip in case of finalizer was there since we don't want to execute delete method always at least 2x,
82-
// which would be the result if we don't skip here. (If there is no deletion timestamp if resource deleted without finalizer.
82+
// which would be the result if we don't skip here. (there is no deletion timestamp if resource deleted without finalizer.)
8383
log.debug("Skipping delete event since deletion timestamp is present on resource, so finalizer was in place.");
8484
return;
8585
}

0 commit comments

Comments
 (0)