Skip to content

Commit

Permalink
remove Comparable
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 20, 2024
1 parent 13f1999 commit da62adf
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 {

private final QuiltFileSystem filesystem
private final QuiltParser parsed
Expand Down

0 comments on commit da62adf

Please sign in to comment.