Merge branch '3.2' of ssh://git@github.com/netty/netty.git into 3.2
This commit is contained in:
commit
9c1950606b
@ -114,7 +114,7 @@ public final class LocalAddress extends SocketAddress implements Comparable<Loca
|
||||
}
|
||||
|
||||
int a = System.identityHashCode(this);
|
||||
int b = System.identityHashCode(this);
|
||||
int b = System.identityHashCode(o);
|
||||
if (a < b) {
|
||||
return -1;
|
||||
} else if (a > b) {
|
||||
|
Loading…
Reference in New Issue
Block a user