Skip to content

Commit

Permalink
Remove obsolete TODO comment (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 authored Sep 23, 2024
1 parent aa201df commit 89490ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public <C> Context extract(Context context, C carrier, TextMapGetter<C> getter)
if (Span.fromContext(context).getSpanContext().isRemote()) {
return context;
}
// TODO - Do we need to iterate over keys and lowercase them, or is java doing that for us?
String value = getter.get(carrier, FIELD);
if (value == null) {
return context;
Expand Down

0 comments on commit 89490ea

Please sign in to comment.