mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
fix code
This commit is contained in:
parent
162cbfe6d7
commit
24cee9d2c1
@ -47,7 +47,7 @@ public class OkHttpEngine implements ClientEngine {
|
||||
public OkHttpEngine() {
|
||||
// issue#IABWBL JDK8下,在IDEA旗舰版加载Spring boot插件时,启动应用不会检查字段类是否存在
|
||||
// 此处构造时调用下这个类,以便触发类是否存在的检查
|
||||
Assert.notNull(OkHttpEngine.class);
|
||||
Assert.notNull(OkHttpClient.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user