X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Fcore%2Fconnection%2FRpcResponseKeyTest.java;h=0b816c25714a492342f07071034f15250fdd978b;hb=07de1ed897da9d7dc70c6d550f38c59339ed751e;hp=62b4613d34ce52c48c88a8bbdd1384581ce599a1;hpb=519a86d1ddcfb8f0fe264174e62e5424e1efba1f;p=openflowjava.git diff --git a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/RpcResponseKeyTest.java b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/RpcResponseKeyTest.java index 62b4613d..0b816c25 100644 --- a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/RpcResponseKeyTest.java +++ b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/RpcResponseKeyTest.java @@ -13,7 +13,7 @@ import org.junit.Assert; import org.opendaylight.openflowjava.protocol.impl.core.connection.RpcResponseKey; /** - * + * * @author madamjak * */ @@ -24,7 +24,7 @@ public class RpcResponseKeyTest { */ @Test public void testEquals(){ - + long xid1 = 12L; long xid2 = 66L; String outputClazz1 = "Clazz01"; @@ -48,7 +48,7 @@ public class RpcResponseKeyTest { */ @Test public void testGetters(){ - + long xid1 = 12L; String outputClazz1 = "Clazz01"; RpcResponseKey key1 = new RpcResponseKey(xid1, outputClazz1);