Fix checkstyle violations in openflow-protocol-impl - part 12
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / GetConfigInputMessageFactoryTest.java
index 35f5eef99367f476051fce598cfce739fd036b37..49501e3b2a04a8f0ae3c5ee60dcfa1897c3f8240 100644 (file)
@@ -10,21 +10,21 @@ package org.opendaylight.openflowjava.protocol.impl.serialization.factories;
 
 import io.netty.buffer.ByteBuf;
 import io.netty.buffer.UnpooledByteBufAllocator;
-
 import org.junit.Before;
 import org.junit.Test;
 import org.opendaylight.openflowjava.protocol.api.extensibility.OFSerializer;
 import org.opendaylight.openflowjava.protocol.api.extensibility.SerializerRegistry;
 import org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey;
+import org.opendaylight.openflowjava.protocol.api.util.EncodeConstants;
 import org.opendaylight.openflowjava.protocol.impl.serialization.SerializerRegistryImpl;
 import org.opendaylight.openflowjava.protocol.impl.util.BufferHelper;
-import org.opendaylight.openflowjava.protocol.api.util.EncodeConstants;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.GetConfigInput;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.GetConfigInputBuilder;
 
 /**
- * @author michal.polkorab
+ * Unit tests for GetConfigInputMessageFactory.
  *
+ * @author michal.polkorab
  */
 public class GetConfigInputMessageFactoryTest {
 
@@ -33,7 +33,7 @@ public class GetConfigInputMessageFactoryTest {
     private OFSerializer<GetConfigInput> getConfigFactory;
 
     /**
-     * Initializes serializer registry and stores correct factory in field
+     * Initializes serializer registry and stores correct factory in field.
      */
     @Before
     public void startUp() {
@@ -44,8 +44,7 @@ public class GetConfigInputMessageFactoryTest {
     }
 
     /**
-     * Testing of {@link GetConfigInputMessageFactory} for correct translation from POJO
-     * @throws Exception
+     * Testing of {@link GetConfigInputMessageFactory} for correct translation from POJO.
      */
     @Test
     public void testV13() throws Exception {
@@ -60,8 +59,7 @@ public class GetConfigInputMessageFactoryTest {
     }
 
     /**
-     * Testing of {@link GetConfigInputMessageFactory} for correct translation from POJO
-     * @throws Exception
+     * Testing of {@link GetConfigInputMessageFactory} for correct translation from POJO.
      */
     @Test
     public void testV10() throws Exception {