Skip to content

Commit 5e916e5

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 b2b8c86 commit 5e916e5

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
@@ -3,7 +3,7 @@
33
import org.slf4j.Logger;
44
import org.slf4j.LoggerFactory;
55

6-
public class ExecutionConsumer implements Runnable {
6+
class ExecutionConsumer implements Runnable {
77

88
private final static Logger log = LoggerFactory.getLogger(ExecutionConsumer.class);
99

0 commit comments

Comments
 (0)