Merge pull request #2121 from samho2008/v5-dev

remove redundant text in package-info.java of module hutool-log
This commit is contained in:
Golden Looly 2022-01-27 20:35:25 +08:00 committed by GitHub
commit 4d70a16e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
/** /**
* Hutool-log只是一个日志的通用门面功能类似于Slf4j<br> * Hutool-log只是一个日志的通用门面功能类似于Slf4j<br>
* 根据加入ClassPath中的jar包动态检测日志实现的方式使日志使用更加便利灵活 * 根据加入ClassPath中的jar包动态检测日志实现的方式使日志使用更加便利灵活
* *
* @author looly * @author looly
* *
*/ */
package cn.hutool.log; package cn.hutool.log;