Skip to content

Commit

Permalink
revert modifier change
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Feb 21, 2024
1 parent 6b5575b commit 98b0b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import io.opentelemetry.context.propagation.TextMapGetter;
import java.util.Collections;

public enum MessagePropertyGetter implements TextMapGetter<MessageWithDestination> {
enum MessagePropertyGetter implements TextMapGetter<MessageWithDestination> {
INSTANCE;

@Override
Expand Down

0 comments on commit 98b0b6a

Please sign in to comment.