mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
add jdk11+ HttpClient support
This commit is contained in:
@@ -29,7 +29,7 @@ public class SimpleWrapper<T> implements Wrapper<T> {
|
||||
/**
|
||||
* 原始对象
|
||||
*/
|
||||
protected final T raw;
|
||||
protected T raw;
|
||||
|
||||
/**
|
||||
* 构造
|
||||
|
||||
Reference in New Issue
Block a user