Skip to content

Commit d5790eb

Browse files
authored
removed the deprecated and unused bare Predicate. (#1828)
1 parent 8405e30 commit d5790eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

baggage-processor/src/main/java/io/opentelemetry/contrib/baggage/processor/BaggageSpanProcessor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
public class BaggageSpanProcessor implements SpanProcessor {
2020
private final Predicate<String> baggageKeyPredicate;
2121

22-
/** use {@link #allowAllBaggageKeys()} instead */
23-
@Deprecated public static final Predicate<String> allowAllBaggageKeys = baggageKey -> true;
24-
2522
/**
2623
* Creates a new {@link BaggageSpanProcessor} that copies only baggage entries with keys that pass
2724
* the provided filter into the newly created {@link io.opentelemetry.api.trace.Span}.

0 commit comments

Comments
 (0)