Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
black-adder committed Jul 26, 2017
1 parent 4af5607 commit b644bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public SpanContext setBaggage(Span span, String key, String value) {
return context;
}

void logFields(Span span, String key, String value, String prevItem, boolean truncated, boolean invalid) {
private void logFields(Span span, String key, String value, String prevItem, boolean truncated, boolean invalid) {
if (span.context().isSampled()) {
Map<String, String> fields = new HashMap<String, String>();
fields.put("event", "baggage");
Expand Down

0 comments on commit b644bb6

Please sign in to comment.