Skip to content

Commit d036fe9

Browse files
committed
fix: need to return null from constructor
1 parent e74da07 commit d036fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator-framework-quarkus-extension/deployment/src/main/java/io/javaoperatorsdk/quarkus/extension/deployment/QuarkusExtensionProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ private ControllerConfiguration createControllerConfiguration(
127127
ctor.getThis(),
128128
ctor.getMethodParam(0),
129129
ctor.getMethodParam(1));
130+
ctor.returnValue(null);
130131
}
131132

132133
// generate configuration

0 commit comments

Comments
 (0)