Skip to content

Commit 30a9960

Browse files
committed
Merge branch 'main' into feature/better-versioning
2 parents 159ba64 + 5362519 commit 30a9960

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed

src/main/java/io/papermc/asm/rules/method/MethodRewriteRule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ record MethodKey(String owner, String name, MethodTypeDesc descriptor) implement
6161
private static final Comparator<MethodKey> COMPARATOR = Comparator.comparing(MethodKey::owner)
6262
.thenComparing(MethodKey::name)
6363
.thenComparing(key -> key.descriptor().descriptorString());
64+
6465
@Override
6566
public int compareTo(final MethodKey o) {
6667
return COMPARATOR.compare(this, o);
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)