Fixed netty & checkstyle failures
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / util / ActionsDeserializerTest.java
index 76fe9888a5ccfe9469eb046022553e5cc798b7d9..b9d2b0f5ee87a5e5e42bcdf9e804aeebca3d8ec8 100644 (file)
@@ -46,7 +46,7 @@ import org.slf4j.LoggerFactory;
  */
 public class ActionsDeserializerTest {
 
-    private static final Logger LOGGER = LoggerFactory
+    private static final Logger LOG = LoggerFactory
             .getLogger(ActionsDeserializerTest.class);
     private DeserializerRegistry registry;
 
@@ -82,7 +82,7 @@ public class ActionsDeserializerTest {
                 + "00 1B 00 08 00 00 00 00");
 
         message.skipBytes(4); // skip XID
-        LOGGER.info("bytes: {}", message.readableBytes());
+        LOG.info("bytes: {}", message.readableBytes());
 
         CodeKeyMaker keyMaker = CodeKeyMakerFactory.createActionsKeyMaker(EncodeConstants.OF13_VERSION_ID);
         List<Action> actions = ListDeserializer.deserializeList(EncodeConstants.OF13_VERSION_ID,