Skip to content

Commit 1640d8a

Browse files
csviriCopilot
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/loader/ConfigLoader.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent baf1201 commit 1640d8a

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/loader

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/loader/ConfigLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private <R extends HasMetadata> Consumer<ControllerConfigurationOverrider<R>> bu
222222
* @param bindings the predefined bindings to check
223223
* @param keyPrefix when non-null the key stored in the binding is treated as a suffix and this
224224
* prefix is prepended before the lookup
225-
* @return a consumer that applies all found values, or {@code null} if none were found
225+
* @return a consumer that applies all found values, or a no-op consumer if none were found
226226
*/
227227
private <O> Consumer<O> buildConsumer(List<ConfigBinding<O, ?>> bindings, String keyPrefix) {
228228
Consumer<O> consumer = null;

0 commit comments

Comments
 (0)