X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Fserialization%2Ffactories%2FEchoInputMessageFactoryTest.java;h=cf00e1c286820dd4a72503b6a76e46b785c9ae78;hb=07de1ed897da9d7dc70c6d550f38c59339ed751e;hp=f9df80d2c891eaaed9511be5039b625bcd1a9def;hpb=e3261ca20db3ad074c2c548c1a29f3e004e79f22;p=openflowjava.git diff --git a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/serialization/factories/EchoInputMessageFactoryTest.java b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/serialization/factories/EchoInputMessageFactoryTest.java index f9df80d2..cf00e1c2 100644 --- a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/serialization/factories/EchoInputMessageFactoryTest.java +++ b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/serialization/factories/EchoInputMessageFactoryTest.java @@ -46,7 +46,7 @@ public class EchoInputMessageFactoryTest { /** * Testing of {@link EchoInputMessageFactory} for correct translation from POJO - * @throws Exception + * @throws Exception */ @Test public void testV13() throws Exception { @@ -57,10 +57,10 @@ public class EchoInputMessageFactoryTest { echoFactory.serialize(ei, out); BufferHelper.checkHeaderV13(out, ECHO_REQUEST_MESSAGE_CODE_TYPE, 8); } - + /** * Testing of {@link EchoInputMessageFactory} for correct translation from POJO - * @throws Exception + * @throws Exception */ @Test public void testV10() throws Exception { @@ -74,7 +74,7 @@ public class EchoInputMessageFactoryTest { /** * Testing of {@link EchoInputMessageFactory} for correct data serialization - * @throws Exception + * @throws Exception */ @Test public void testData() throws Exception{