From 95a87c5137cb5c8bde751dadccd8cc57a907cc3f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 10 四月 2024 20:03:26 +0800
Subject: [PATCH] 修改lambda错误

---
 smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java b/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
index 41c9b9e..cfdecd0 100644
--- a/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
+++ b/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

--
Gitblit v1.9.3