yangys
2024-04-19 0141c3ed55171b22dd998ba037166f67e69c9aa9
smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
@@ -66,7 +66,7 @@
    private CookieJar cookieJar;
    @Nullable
    private EventListener eventListener;
    private final List<Interceptor> interceptors = new ArrayList();
    private final List<Interceptor> interceptors = new ArrayList<>();
    @Nullable
    private Authenticator authenticator;
    @Nullable