Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoessis committed Nov 15, 2024
1 parent 560d729 commit 6f13bfb
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ private static String encodeValue(String value) {
return URL_ESCAPER.escape(value);
}

/**
* @param context the {@code Context} used to store the extracted value.
* @param carrier holds propagation fields. For example, an outgoing message or http request.
* @param getter invoked for each propagation key to get data from the carrier.
* @return the extracted context
*/
@Override
public <C> Context extract(Context context, @Nullable C carrier, TextMapGetter<C> getter) {
if (context == null) {
Expand Down

0 comments on commit 6f13bfb

Please sign in to comment.