Skip to content

Commit

Permalink
This was causing Native Image troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Mar 8, 2023
1 parent 3d06f51 commit a78cc55
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ private enum FcdNormalized {
}

private Text(String string) {
if (string == null) {
throw new NullPointerException("Text::new(String) called with null");
}
this.contents = string;
}

Expand Down

0 comments on commit a78cc55

Please sign in to comment.