Skip to content

Commit

Permalink
Fix spotbugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 28, 2023
1 parent 809fb4b commit d56acd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public static LineEnding.Policy createFastAllSame(File projectDir, Supplier<Iter
}

static class LazyAllTheSame extends LazyForwardingEquality<String> implements LineEnding.Policy {
private static final long serialVersionUID = 727912266173243664L;
transient File projectDir;
transient Supplier<Iterable<File>> toFormat;

Expand Down

0 comments on commit d56acd5

Please sign in to comment.