Skip to content

Commit 2bce2e2

Browse files
committed
fix: error with java docs validation (#2336)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 17c3be1 commit 2bce2e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java

+2
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ default ExecutorServiceManager getExecutorServiceManager() {
369369
*
370370
* @return {@code true} if SSA should be used for dependent resources, {@code false} otherwise
371371
* @since 4.4.0
372+
*
373+
* @return if SSA should be used for dependent resources
372374
*/
373375
default boolean ssaBasedCreateUpdateMatchForDependentResources() {
374376
return true;

0 commit comments

Comments
 (0)