mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
reimplement VirtualNetworkRoute.compareTo
This commit is contained in:
parent
86122e1646
commit
920e1f56c2
1 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ public final class VirtualNetworkRoute implements Comparable<VirtualNetworkRoute
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int compareTo(VirtualNetworkRoute other) {
|
public int compareTo(VirtualNetworkRoute other) {
|
||||||
return this.toString().compareTo(other.toString());
|
throw new RuntimeException("Unimplemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue