This commit is contained in:
lancer.hong
2022-04-27 17:44:43 +08:00
parent 211e02728c
commit e7f792a5d4

View File

@@ -439,9 +439,9 @@ public class FuncExecutor {
if (!Character.isWhitespace(argsStr.charAt(i))) {
if (")".equals(String.valueOf(argsStr.charAt(i)))) {
return true;
} else {
} /*else {
return false;
}
}*/
}
}
return false;