Skip to content

Commit

Permalink
Removing getters as they are unrelated
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbandi committed Mar 18, 2024
1 parent dac8ab7 commit 9801bb6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,4 @@ public int hashCode() {
public String toString() {
return "order=" + this.order + ";pattern=" + this.pattern.pattern() + ";replacement=" + this.replacement;
}

public int getOrder() { return order; }

public Pattern getPattern() { return pattern; }

public String getReplacement() { return replacement; }
}

0 comments on commit 9801bb6

Please sign in to comment.