add jdk11+ HttpClient support

This commit is contained in:
Looly
2025-08-18 20:38:39 +08:00
parent 10d660fb06
commit ef6fc50fbb
9 changed files with 282 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ public class SimpleWrapper<T> implements Wrapper<T> {
/**
* 原始对象
*/
protected final T raw;
protected T raw;
/**
* 构造