Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoessis committed Nov 7, 2024
1 parent 2746715 commit b3f4af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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
5 changes: 4 additions & 1 deletion docs/apidiffs/current_vs_latest/opentelemetry-context.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Comparing source compatibility of opentelemetry-context-1.44.0-SNAPSHOT.jar against opentelemetry-context-1.43.0.jar
No changes.
*** MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.context.propagation.TextMapGetter (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
GENERIC TEMPLATES: === C:java.lang.Object
+++ NEW METHOD: PUBLIC(+) java.util.List<java.lang.String> getList(java.lang.Object, java.lang.String)

0 comments on commit b3f4af6

Please sign in to comment.