yangys
2024-04-12 4599eb51d8672245f1065b2df85481ed40fc0da0
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