Skip to content

Commit 0f7b846

Browse files
csviriSoroosh Sarabadani
andauthored
Update operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/DefaultEventHandler.java
Co-authored-by: Soroosh Sarabadani <[email protected]>
1 parent 970426a commit 0f7b846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/DefaultEventHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import static io.javaoperatorsdk.operator.processing.ProcessingUtils.containsCustomResourceDeletedEvent;
1515

1616
/**
17-
* Event handler that makes sure that events are processed in a "single threaded" way, while buffering
17+
* Event handler that makes sure that events are processed in a "single threaded" way per resource UID, while buffering
1818
* events which are received during an execution.
1919
*/
2020

@@ -100,4 +100,3 @@ private void unsetUnderExecution(String customResourceUid) {
100100
}
101101
}
102102

103-

0 commit comments

Comments
 (0)