格式修正
This commit is contained in:
@@ -15,8 +15,6 @@ import java.util.function.Consumer;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
public class PatchOkHttp {
|
||||
private static final Logger log = LoggerFactory.getLogger(PatchOkHttp.class);
|
||||
private static final List<PatchOkHttpRule> rules = new CopyOnWriteArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user