Skip to content

Commit 320ee89

Browse files
committed
fix: remove getDoneableClass on JSON wrapper
1 parent 3625d9d commit 320ee89

File tree

1 file changed

+0
-4
lines changed
  • operator-framework-quarkus-extension/tests/src/main/java/io/javaoperatorsdk/quarkus/it

1 file changed

+0
-4
lines changed

operator-framework-quarkus-extension/tests/src/main/java/io/javaoperatorsdk/quarkus/it/TestOperatorApp.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public String getAssociatedControllerClassName() {
6565
return conf.getAssociatedControllerClassName();
6666
}
6767

68-
public String getDoneableClass() {
69-
return conf.getDoneableClass().getCanonicalName();
70-
}
71-
7268
public boolean isClusterScoped() {
7369
return conf.isClusterScoped();
7470
}

0 commit comments

Comments
 (0)