Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Nov 29, 2018
1 parent 672cb52 commit ae5e290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public String getRegex() {
}

public String getFixedRegex() {
if (isRegex)
if (getIsRegex())
return this.regex;
else
return Pattern.quote(regex);
Expand Down

0 comments on commit ae5e290

Please sign in to comment.