File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/com/chave/handler Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 88import com .chave .config .Color ;
99import com .chave .config .SensitiveInfoConfig ;
1010import com .chave .pojo .APIItem ;
11- import com .chave .service .APIMatchService ;
1211import com .chave .service .SensitiveInfoMatchService ;
1312import com .chave .utils .Util ;
1413import java .util .HashMap ;
1514
1615public 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 }
You can’t perform that action at this time.
0 commit comments