Skip to content

Commit fd109b7

Browse files
metacosmCopilot
andauthored
fix: cosmetic
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 494497a commit fd109b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/MDCUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ public static void addResourceInfo(HasMetadata resource, boolean forEventSource)
128128
}
129129
}
130130

131-
private static String key(String key, boolean forEventSource) {
132-
return forEventSource ? EVENT_SOURCE_PREFIX + key : key;
131+
private static String key(String baseKey, boolean forEventSource) {
132+
return forEventSource ? EVENT_SOURCE_PREFIX + baseKey : baseKey;
133133
}
134134

135135
public static void removeResourceInfo() {

0 commit comments

Comments
 (0)