Skip to content

Commit b0f5bd7

Browse files
csviriSoroosh Sarabadani
andauthored
Update operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/ExecutionConsumer.java
Co-authored-by: Soroosh Sarabadani <[email protected]>
1 parent 5e916e5 commit b0f5bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ExecutionConsumer implements Runnable {
1111
private final EventDispatcher eventDispatcher;
1212
private final DefaultEventHandler defaultEventHandler;
1313

14-
public ExecutionConsumer(ExecutionScope executionScope, EventDispatcher eventDispatcher, DefaultEventHandler defaultEventHandler) {
14+
ExecutionConsumer(ExecutionScope executionScope, EventDispatcher eventDispatcher, DefaultEventHandler defaultEventHandler) {
1515
this.executionScope = executionScope;
1616
this.eventDispatcher = eventDispatcher;
1717
this.defaultEventHandler = defaultEventHandler;

0 commit comments

Comments
 (0)