Commit 8ed95c5c by 徐高华

test

parent 90b2ad5a
......@@ -72,7 +72,7 @@ public class EmojiFilterUtil {
}
// 判断表情符
public static boolean containsEmoji(String source) {
private static boolean containsEmoji(String source) {
if (StringUtil.isBlank(source)) {
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment