http://codereview.appspot.com/1807042/diff/1/2 File java/common/src/main/java/org/apache/shindig/protocol/DefaultHandlerRegistry.java (right):
http://codereview.appspot.com/1807042/diff/1/2#newcode624 java/common/src/main/java/org/apache/shindig/protocol/DefaultHandlerRegistry.java:624: public boolean equals(Object other) { On 2010/07/12 17:15:07, henry.saputra wrote:
We should also override the hashCode() function as well when
overriding the
equals() to get consistent behavior.
Good catch. Done. http://codereview.appspot.com/1807042/show
