Skip to content

Commit 2f4cd28

Browse files
committed
post-review changes
1 parent 205b51b commit 2f4cd28

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

baggage-processor/src/main/java/io/opentelemetry/contrib/baggage/processor/BaggageLogRecordProcessor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ public void onEmit(Context context, ReadWriteLogRecord logRecord) {
4949

5050
@Override
5151
public String toString() {
52-
return "BaggageLogRecordProcessor{" + "baggageKeyPredicate=" + baggageKeyPredicate + '}';
53-
}
52+
return "BaggageLogRecordProcessor{baggageKeyPredicate=" + baggageKeyPredicate + '}';}
5453
}

baggage-processor/src/main/java/io/opentelemetry/contrib/baggage/processor/BaggageSpanProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ public boolean isEndRequired() {
6161

6262
@Override
6363
public String toString() {
64-
return "BaggageSpanProcessor{" + "baggageKeyPredicate=" + baggageKeyPredicate + '}';
64+
return "BaggageSpanProcessor{baggageKeyPredicate=" + baggageKeyPredicate + '}';
6565
}
6666
}

0 commit comments

Comments
 (0)