yangys
2024-04-15 f2531a5dd1cac34553eeeb6cb847c706ccd7e014
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