Skip to content

Commit

Permalink
Regex edition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hvqzao committed Jun 14, 2017
1 parent 60cd99a commit f2b3514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hvqzao/rewrite/TokenRewriteOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ public String getRegexMatch() {

public void setRegexMatch(String regexMatch) {
this.regexMatch = regexMatch;
this.regexPattern = null;
}

public boolean getLogGet() {
Expand Down

0 comments on commit f2b3514

Please sign in to comment.