Merge pull request #2864 from mcp2016/备注信息的错误修改

备注信息的错误修改
This commit is contained in:
Golden Looly
2023-01-19 11:39:06 +08:00
committed by GitHub

View File

@@ -817,8 +817,8 @@ public class BeanUtil {
/**
* 给定的Bean的类名是否匹配指定类名字符串<br>
* 如果isSimple为{@code false}则只匹配类名而忽略包名例如cn.hutool.TestEntity只匹配TestEntity<br>
* 如果isSimple为{@code true}则匹配包括包名的全类名例如cn.hutool.TestEntity匹配cn.hutool.TestEntity
* 如果isSimple为{@code true}则只匹配类名而忽略包名例如cn.hutool.TestEntity只匹配TestEntity<br>
* 如果isSimple为{@code false}则匹配包括包名的全类名例如cn.hutool.TestEntity匹配cn.hutool.TestEntity
*
* @param bean Bean
* @param beanClassName Bean的类名