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 aa819b0 commit ef62e8f
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 ef62e8f

Please sign in to comment.