fix PageResult bug

This commit is contained in:
Looly
2021-07-08 00:57:24 +08:00
parent ba9bfee1b6
commit 2b824561ea
4 changed files with 8 additions and 5 deletions

View File

@@ -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
/**