Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 14, 2024
1 parent 8bce993 commit 1b44c58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ public final UnicodeSet getSet(PatternMatcher matcher) {
*/
public final UnicodeSet getSet(String propertyValue, UnicodeSet result) {
if (isMultivalued && propertyValue.contains(delimiter)) {
throw new IllegalArgumentException("Multivalued property values can't contain the delimiter.");
throw new IllegalArgumentException(
"Multivalued property values can't contain the delimiter.");
} else {
return getSet(
new SimpleMatcher(
Expand Down

0 comments on commit 1b44c58

Please sign in to comment.