This commit is contained in:
kento2 2026-06-01 12:44:30 +02:00
parent cc402a71e7
commit f9ceea47d6
7 changed files with 17 additions and 18 deletions

View file

@ -22,7 +22,6 @@ public class OrderedUUIDPair {
}
public UUID getOther(UUID self) {
final var ids = getFirst();
return getFirst().equals(self) ? getSecond() : getFirst();
}
}