Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Jul 8, 2021
1 parent 3e90ce9 commit 0340023
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ public int length() {
return length;
}

public char[] getText() {
return text;
}

@Override
public char charAt(int index) {
if (index < 0 || index >= length) {
Expand Down

0 comments on commit 0340023

Please sign in to comment.