mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
Update hutool-core/src/main/java/org/dromara/hutool/core/text/finder/MultiStrFinder.java
This commit is contained in:
parent
86f6b24460
commit
da2919ae7b
@ -29,7 +29,7 @@ public class MultiStrFinder {
|
||||
*/
|
||||
public MultiStrFinder(Collection<String> source){
|
||||
/** 待匹配的字符串 **/
|
||||
final Set<String> stringSst = new HashSet<>();
|
||||
final Set<String> stringSet = new HashSet<>();
|
||||
|
||||
/** 所有字符 **/
|
||||
final Set<Character> charSet = new HashSet<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user