Skip to content

Commit

Permalink
Change RestTemplateLoggingInterceptor from public to private.
Browse files Browse the repository at this point in the history
  • Loading branch information
veikosamma authored and phavekes committed Nov 5, 2024
1 parent 9d354b1 commit b1a4e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/generiek/api/EnrollmentEndpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

public class RestTemplateLoggingInterceptor implements ClientHttpRequestInterceptor {
private class RestTemplateLoggingInterceptor implements ClientHttpRequestInterceptor {
@Override
public ClientHttpResponse intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) throws IOException {
// Log request details
Expand Down

0 comments on commit b1a4e4b

Please sign in to comment.