Skip to content

Commit f0481be

Browse files
committed
decorational changes
1 parent 3b19eac commit f0481be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/ControllerUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static String getCrdName(ResourceController controller) {
5050
return getAnnotation(controller).crdName();
5151
}
5252

53-
5453
public static <T extends CustomResource> Class<? extends CustomResourceDoneable<T>>
5554
getCustomResourceDoneableClass(ResourceController<T> controller) {
5655
try {

0 commit comments

Comments
 (0)