Skip to content

Commit b97f0e5

Browse files
committed
修复已知bug
1 parent 4464be3 commit b97f0e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/chave/handler/APIHighLighterHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,17 @@
88
import com.chave.config.Color;
99
import com.chave.config.SensitiveInfoConfig;
1010
import com.chave.pojo.APIItem;
11-
import com.chave.service.APIMatchService;
1211
import com.chave.service.SensitiveInfoMatchService;
1312
import com.chave.utils.Util;
1413
import java.util.HashMap;
1514

1615
public class APIHighLighterHandler implements HttpHandler {
1716
private Logging log;
18-
private APIMatchService apiMatchService;
1917
private SensitiveInfoMatchService sensitiveInfoMatchService;
2018
private HashMap<Integer, HttpRequest> messageIdList;
2119

2220
public APIHighLighterHandler() {
2321
this.log = Main.API.logging();
24-
this.apiMatchService = new APIMatchService();
2522
this.sensitiveInfoMatchService = new SensitiveInfoMatchService();
2623
this.messageIdList = new HashMap<>();
2724
}

0 commit comments

Comments
 (0)