Skip to content

Commit

Permalink
Improve the javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jun 22, 2020
1 parent 2953560 commit 758414b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ private GitAttributesLineEndings() {}

/**
* Creates a line-endings policy whose serialized state is relativized against projectDir,
* at the cost of eagerly evaluating the line-ending state of every target file.
* at the cost of eagerly evaluating the line-ending state of every target file when the
* policy is checked for equality with another policy.
*/
public static LineEnding.Policy create(File projectDir, Supplier<Iterable<File>> toFormat) {
return new RelocatablePolicy(projectDir, toFormat);
Expand Down

0 comments on commit 758414b

Please sign in to comment.