Skip to content

Commit

Permalink
Implement a method that will be required in a future type-utils
Browse files Browse the repository at this point in the history
dependency
  • Loading branch information
ivakegg committed Oct 7, 2024
1 parent cbebe69 commit 7659fd0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ public String normalizeRegex(String in) {
throw new UnsupportedOperationException();
}

// @Override
public boolean normalizedRegexIsLossy(String in) {
throw new UnsupportedOperationException();
}

@Override
public Collection<String> expand(String in) {
throw new UnsupportedOperationException();
Expand Down

0 comments on commit 7659fd0

Please sign in to comment.