Skip to content

Commit 9755f8d

Browse files
author
Soroosh Sarabadani
committed
Update finalizerName javadoc
1 parent 50808bf commit 9755f8d

File tree

1 file changed

+1
-1
lines changed
  • operator-framework/src/main/java/io/javaoperatorsdk/operator/api

1 file changed

+1
-1
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/api/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Optional finalizer name, if it is not,
21-
* the canonical name of the Controller class will be used as the name of the finalizer.
21+
* the crdName will be used as the name of the finalizer too.
2222
*/
2323
String finalizerName() default NULL;
2424

0 commit comments

Comments
 (0)