mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
update
This commit is contained in:
parent
482bc4e56e
commit
e2b900ad82
@ -4321,7 +4321,7 @@ public class StrUtil {
|
||||
* @return 过滤后的字符串
|
||||
* @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) {
|
||||
return str(str);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user