!1201 清除 cn.hutool.core.util.StrUtil.toStringOrEmpty 方法的 @author 信息

Merge pull request !1201 from ahwei/v5-dev
This commit is contained in:
Looly 2024-04-08 08:17:30 +00:00 committed by Gitee
commit 983eccf3e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -292,7 +292,7 @@ public class StrUtil extends CharSequenceUtil implements StrPool {
*
* @param obj 对象
* @return {@link String }
* @author ahwei163@qq.com
* @author Junwei Xu
*/
public static String toStringOrEmpty(Object obj) {
// obj为空时, 返回 null "null" 都不适用部分场景, 此处返回 "" 空字符串