Skip to content

Commit b3f4af6

Browse files
committed
fix checkstyle
1 parent 2746715 commit b3f4af6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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) {
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
Comparing source compatibility of opentelemetry-context-1.44.0-SNAPSHOT.jar against opentelemetry-context-1.43.0.jar
2-
No changes.
2+
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.context.propagation.TextMapGetter (not serializable)
3+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4+
GENERIC TEMPLATES: === C:java.lang.Object
5+
+++ NEW METHOD: PUBLIC(+) java.util.List<java.lang.String> getList(java.lang.Object, java.lang.String)

0 commit comments

Comments
 (0)