.
This commit is contained in:
parent
cc402a71e7
commit
f9ceea47d6
7 changed files with 17 additions and 18 deletions
|
|
@ -22,7 +22,6 @@ public class OrderedUUIDPair {
|
|||
}
|
||||
|
||||
public UUID getOther(UUID self) {
|
||||
final var ids = getFirst();
|
||||
return getFirst().equals(self) ? getSecond() : getFirst();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue