Skip to content

Commit

Permalink
Fix spotbugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 3, 2025
1 parent f830b2d commit 2264f11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private enum Kind {
}

private static class RoundtripAndEqualityState implements Serializable {
private static final long serialVersionUID = 272603249547598947L;
final String regexPattern;
final int regexFlags;
final Kind kind;
Expand Down

0 comments on commit 2264f11

Please sign in to comment.