Skip to content

Commit

Permalink
Fix Okhttp3 Interceptor Access Level
Browse files Browse the repository at this point in the history
  • Loading branch information
raynigon committed Jan 30, 2024
1 parent 80fd2a0 commit 4580fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import static com.raynigon.ecs.logging.LoggingConstants.TRANSACTION_ID_HEADER;
import static com.raynigon.ecs.logging.LoggingConstants.TRANSACTION_ID_PROPERTY;

class EcsTransactionIdInterceptor implements Interceptor {
public class EcsTransactionIdInterceptor implements Interceptor {

@NotNull
@Override
Expand Down

0 comments on commit 4580fbe

Please sign in to comment.