fix comment

This commit is contained in:
Looly
2020-07-13 09:21:56 +08:00
parent ea3e59a331
commit 03689be5fe

View File

@@ -481,7 +481,7 @@ public class StrUtil {
}
/**
* 除去字符串头尾部的空白,如果字符串是{@code null},返回<code>""</code>
* 除去字符串头尾部的空白,如果字符串是{@code null}或者"",返回{@code null}
*
* <pre>
* StrUtil.trimToNull(null) = null