mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix PageResult bug
This commit is contained in:
@@ -67,9 +67,10 @@ public final class Props extends Properties implements BasicTypeGetter<String>,
|
||||
private URL propertiesFileUrl;
|
||||
private WatchMonitor watchMonitor;
|
||||
/**
|
||||
* properties文件编码
|
||||
* properties文件编码<br>
|
||||
* issue#1701,此属性不能被序列化,故忽略序列化
|
||||
*/
|
||||
private Charset charset = CharsetUtil.CHARSET_ISO_8859_1;
|
||||
private transient Charset charset = CharsetUtil.CHARSET_ISO_8859_1;
|
||||
// ----------------------------------------------------------------------- 私有属性 end
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user