Skip to content

Commit 0b74b49

Browse files
csvirimetacosm
authored andcommitted
docs: javadoc fix
1 parent 3ba1346 commit 0b74b49

File tree

1 file changed

+4
-4
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/dependent

1 file changed

+4
-4
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/dependent/Dependent.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
String[] dependsOn() default {};
6060

6161
/**
62-
* Setting this to false means that the event source provided by the dependent resource won't be
63-
* used. This is helpful if more dependent resources created for the same type, and want to share
64-
* a common event source. In that case an event source needs to be explicitly registered.
62+
* Setting here a name of the event source means that dependent resource will use an event source
63+
* registered with that name. So won't create one. This is helpful if more dependent resources
64+
* created for the same type, and want to share a common event source.
6565
*
66-
* @return if the event source (if any) provided by the dependent resource should be used or not.
66+
* @return event source name (if any) provided by the dependent resource should be used.
6767
*/
6868
String eventSource() default NO_VALUE_SET;
6969
}

0 commit comments

Comments
 (0)