Skip to content

Commit

Permalink
Force Comparable to use <Path>
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 6, 2024
1 parent 1e7376a commit 6de394d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import groovy.util.logging.Slf4j

@Slf4j
@CompileStatic
final class QuiltPath implements Path, Comparable {
final class QuiltPath implements Path, Comparable <Path> {

private final QuiltFileSystem filesystem
private final QuiltParser parsed
Expand Down

0 comments on commit 6de394d

Please sign in to comment.