Commit 0594694d authored by jinli gu's avatar jinli gu
Browse files

Update StringUtil.java

parent e4290b9d
Pipeline #98 failed with stage
in 2 minutes and 46 seconds
...@@ -134,7 +134,7 @@ public class StringUtil { ...@@ -134,7 +134,7 @@ public class StringUtil {
} }
} }
//是否是JSON // 是否是JSON
public static boolean containsAny(String str, String... flag) { public static boolean containsAny(String str, String... flag) {
if (str != null) { if (str != null) {
if (flag == null || flag.length == 0) { if (flag == null || flag.length == 0) {
......
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