mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
update
This commit is contained in:
parent
482bc4e56e
commit
e2b900ad82
@ -4321,7 +4321,7 @@ public class StrUtil {
|
|||||||
* @return 过滤后的字符串
|
* @return 过滤后的字符串
|
||||||
* @since 5.4.0
|
* @since 5.4.0
|
||||||
*/
|
*/
|
||||||
public static String filter(CharSequence str, Filter<Character> filter) {
|
public static String filter(CharSequence str, final Filter<Character> filter) {
|
||||||
if (str == null || filter == null) {
|
if (str == null || filter == null) {
|
||||||
return str(str);
|
return str(str);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user