Skip to content

Commit

Permalink
Update context_prop/src/main/java/io/opentelemetry/context/propagatio…
Browse files Browse the repository at this point in the history
…n/TextMapPropagator.java

Co-authored-by: John Watson <[email protected]>
  • Loading branch information
carlosalberto and jkwatson authored Oct 27, 2020
1 parent 62f506d commit 6582c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ interface Getter<C> {
/**
* Returns all the keys in the given carrier.
*
* @param carrier carrier of propagation fields, such as an http request.
* @param carrier The carrier of propagation fields, such as an http request.
* @since 0.10.0
*/
Collection<String> keys(C carrier);
Expand Down

0 comments on commit 6582c36

Please sign in to comment.