- * The result of the method call is used to make a status sub-resource update on the custom - * resource. This is always a sub-resource update request, so no update on custom resource itself - * (like spec of metadata) happens. Note that this update request will also produce an event, and - * will result in a reconciliation if the controller is not generation aware. + * The result of the method call is used to make a status update on the custom resource. This is + * always a sub-resource update request, so no update on custom resource itself (like spec of + * metadata) happens. Note that this update request will also produce an event, and will result in + * a reconciliation if the controller is not generation aware. *
* Note that the scope of this feature is only the reconcile method of the reconciler, since there
* should not be updates on custom resource after it is marked for deletion.
diff --git a/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/EventSourceInitializer.java b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/EventSourceInitializer.java
index b568814739..5a23e0da16 100644
--- a/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/EventSourceInitializer.java
+++ b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/EventSourceInitializer.java
@@ -6,8 +6,8 @@
public interface EventSourceInitializer