Skip to content

Commit

Permalink
fix: add link to method
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed Jan 25, 2025
1 parent 5f7e922 commit 3030505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public Long getInformerListLimit() {
@SuppressWarnings("UnusedReturnValue")
public class Builder {

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

0 comments on commit 3030505

Please sign in to comment.