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 / GetaAsyncRequestMessageFactoryTest.java
index 0bdc8675873d99c66a770aa71dcd38acdbbdbec6..2d11e0e8956984cf558f53d6d5470ad660527ebc 100644 (file)
@@ -10,19 +10,20 @@ 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.GetAsyncInput;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.GetAsyncInputBuilder;
 
 /**
+ * Unit tests for GetaAsyncRequestMessageFactory.
+ *
  * @author timotej.kubas
  * @author michal.polkorab
  */
@@ -33,7 +34,7 @@ public class GetaAsyncRequestMessageFactoryTest {
     private OFSerializer<GetAsyncInput> getAsyncFactory;
 
     /**
-     * Initializes serializer registry and stores correct factory in field
+     * Initializes serializer registry and stores correct factory in field.
      */
     @Before
     public void startUp() {
@@ -44,8 +45,7 @@ public class GetaAsyncRequestMessageFactoryTest {
     }
 
     /**
-     * Testing of {@link GetAsyncRequestMessageFactory} for correct translation from POJO
-     * @throws Exception
+     * Testing of {@link GetAsyncRequestMessageFactory} for correct translation from POJO.
      */
     @Test
     public void testGetAsyncReques() throws Exception {