Merge branch '3.2' of ssh://git@github.com/netty/netty.git into 3.2

This commit is contained in:
Norman Maurer 2011-11-06 20:18:18 +01:00
commit 9c1950606b

View File

@ -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) {