Bug 2245 - fixed multiple types of issues
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / connection / RpcResponseKey.java
index 2463f3f296dda26e5c440bbb6efc1a9dbd50b35d..9cd482b1da5467b616468d09f97f22e30ba9f3cb 100644 (file)
@@ -68,8 +68,6 @@ public class RpcResponseKey {
             }
         } else if (!outputClazz.equals(other.outputClazz)) {
             return false;
-//        if (xid != other.xid)
-//            return false;
         }
         return true;
     }