Skip to content

Commit 3030505

Browse files
committed
fix: add link to method
Signed-off-by: Chris Laprun <[email protected]>
1 parent 5f7e922 commit 3030505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/InformerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public Long getInformerListLimit() {
249249
@SuppressWarnings("UnusedReturnValue")
250250
public class Builder {
251251

252-
/** For internal usage only. Use build method for building for InformerEventSource */
252+
/** For internal usage only. Use {@link #build()} method for building for InformerEventSource */
253253
public InformerConfiguration<R> buildForController() {
254254
// if the informer config uses the default "same as controller" value, reset the namespaces to
255255
// the default set for controllers

0 commit comments

Comments
 (0)