Skip to content

Commit 7e9c528

Browse files
Apply suggestions from code review
Co-authored-by: bennygoerzig <166001170+bennygoerzig@users.noreply.github.com>
1 parent 977e458 commit 7e9c528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/exporter/SanitizeSpanExporterCustomizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ private static class SanitizedSpanData extends DelegatingSpanData {
7373

7474
private final Attributes filteredAttributes;
7575

76-
protected SanitizedSpanData(SpanData delegate, Attributes filteredAttrinutes) {
76+
protected SanitizedSpanData(SpanData delegate, Attributes filteredAttributes) {
7777
super(delegate);
78-
this.filteredAttributes = filteredAttrinutes;
78+
this.filteredAttributes = filteredAttributes;
7979
}
8080

8181
@Override

0 commit comments

Comments
 (0)