Bump mdsal to 5.0.2
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / connection / ConnectionAdapterImpl.java
index 017be600087ef0f3b95376fc5bc8e707c2801a7f..dc66be73d84374ea3b1cc8d101aab2d8ae20894b 100644 (file)
@@ -164,7 +164,7 @@ public class ConnectionAdapterImpl extends AbstractConnectionAdapterStatistics i
     }
 
     private static RpcResponseKey createRpcResponseKey(final OfHeader message) {
-        return new RpcResponseKey(message.getXid(), message.implementedInterface().getName());
+        return new RpcResponseKey(message.getXid().toJava(), message.implementedInterface().getName());
     }
 
     @Override