fix: cool
This commit is contained in:
parent
28012c1194
commit
4b2b1e9e1a
1 changed files with 2 additions and 0 deletions
|
@ -280,6 +280,8 @@ public class ComponentUtilities {
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
while (matcher.find()) {
|
while (matcher.find()) {
|
||||||
|
if (i > 300) break;
|
||||||
|
|
||||||
if (matcher.group().equals("%%")) {
|
if (matcher.group().equals("%%")) {
|
||||||
matcher.appendReplacement(sb, "%");
|
matcher.appendReplacement(sb, "%");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue