http://codereview.appspot.com/1807042/diff/14001/15001 File java/common/src/main/java/org/apache/shindig/protocol/DefaultHandlerRegistry.java (right):
http://codereview.appspot.com/1807042/diff/14001/15001#newcode629 java/common/src/main/java/org/apache/shindig/protocol/DefaultHandlerRegistry.java:629: that.operationPath == this.operationPath); On 2010/07/13 01:22:10, henry.saputra wrote:
Should be using String.equals() method instead of == since DefaultHandlerRegistry.operationPath has a type of String.
Done. http://codereview.appspot.com/1807042/show
