Skip to content

Commit 8556ea0

Browse files
committed
improved javadoc
1 parent 44371de commit 8556ea0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/primarytosecondaydependent/PrimaryToSecondaryDependentReconciler.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ public int getNumberOfExecutions() {
5353
}
5454

5555
/**
56-
* Here just simply creating an Event Source, and setting it for the Dependent Resource. Since it
57-
* is not possible to do this setup within the bounds of the KubernetesDependentResource API.
58-
* However, this is quite a corner case; might be covered more out of the box in the future if
59-
* there will be demand for it.
56+
* Creating an Event Source and setting it for the Dependent Resource. Since it is not possible to
57+
* do this setup within the bounds of the KubernetesDependentResource API. However, this is quite
58+
* a corner case; might be covered more out of the box in the future if there will be demand for
59+
* it.
6060
**/
6161
@Override
6262
public Map<String, EventSource> prepareEventSources(

0 commit comments

Comments
 (0)