Skip to content

Commit

Permalink
Merge pull request #308 from raynigon/bugfix/okhttp3-interceptor
Browse files Browse the repository at this point in the history
Fix Okhttp3 Interceptor Access Level
  • Loading branch information
raynigon committed Jan 30, 2024
2 parents 80fd2a0 + 4580fbe commit 2dbb66b
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 2dbb66b

Please sign in to comment.