fix comment

This commit is contained in:
Looly
2019-10-09 09:30:22 +08:00
parent a418b5922b
commit b1674a933f
14 changed files with 278 additions and 228 deletions

View File

@@ -99,7 +99,7 @@ public final class Props extends Properties implements BasicTypeGetter<String>,
/**
* 构造使用相对于Class文件根目录的相对路径
*
* @param path
* @param path 配置文件路径相对于ClassPath或者使用绝对路径
*/
public Props(String path) {
this(path, CharsetUtil.CHARSET_ISO_8859_1);