fix comment

This commit is contained in:
Looly 2021-08-31 22:49:46 +08:00
parent fa6882f480
commit 0343af6650
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/** /**
* 配置文件实现例如Properties封装Props * 配置文件实现例如Properties封装Props
* *
* @author looly * @author looly
* *
*/ */
package cn.hutool.setting.dialect; package cn.hutool.setting.dialect;

View File

@ -1,7 +1,7 @@
/** /**
* 配置文件实现分装例如Properties封装Props * 配置环境封装例如Profile可以自定义不同环境下的配置文件位置
* *
* @author looly * @author looly
* *
*/ */
package cn.hutool.setting.profile; package cn.hutool.setting.profile;