You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/InformerConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ public Long getInformerListLimit() {
249
249
@SuppressWarnings("UnusedReturnValue")
250
250
publicclassBuilder {
251
251
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 */
0 commit comments