Skip to content

Commit

Permalink
Merge branch 'main' into feature/better-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Sep 27, 2024
2 parents 159ba64 + 5362519 commit 30a9960
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ record MethodKey(String owner, String name, MethodTypeDesc descriptor) implement
private static final Comparator<MethodKey> COMPARATOR = Comparator.comparing(MethodKey::owner)
.thenComparing(MethodKey::name)
.thenComparing(key -> key.descriptor().descriptorString());

@Override
public int compareTo(final MethodKey o) {
return COMPARATOR.compare(this, o);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 30a9960

Please sign in to comment.