Update MRI upstreams for Phosphorus
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / instruction / ApplyActionsInstructionDeserializerTest.java
index ad567f32201f04a67ebd449d98c640766508cd21..7293047c397a8b2e5873f4716ae93ba6248f1b22 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction;
 
 import static org.junit.Assert.assertEquals;
@@ -28,10 +27,9 @@ public class ApplyActionsInstructionDeserializerTest extends AbstractInstruction
     private OFDeserializer<Instruction> deserializer;
 
     @Override
-    @SuppressWarnings("checkstyle:LineLength")
     protected void init() {
         deserializer = getRegistry().getDeserializer(
-                new MessageCodeActionExperimenterKey(EncodeConstants.OF13_VERSION_ID, getType(), Instruction.class,
+                new MessageCodeActionExperimenterKey(EncodeConstants.OF_VERSION_1_3, getType(), Instruction.class,
                         ActionPath.INVENTORY_FLOWNODE_TABLE_APPLY_ACTIONS,
                         null));
     }
@@ -72,5 +70,4 @@ public class ApplyActionsInstructionDeserializerTest extends AbstractInstruction
     protected short getLength() {
         return EncodeConstants.EMPTY_LENGTH;
     }
-
 }