Skip to content

Commit 6f13bfb

Browse files
committed
fix checkstyle
1 parent 560d729 commit 6f13bfb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/all/src/main/java/io/opentelemetry/api/baggage/propagation/W3CBaggagePropagator.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ private static String encodeValue(String value) {
8686
return URL_ESCAPER.escape(value);
8787
}
8888

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

0 commit comments

Comments
 (0)