Merge "Drop the odlparent.netty property"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / InstructionSerializerInjectorTest.java
index daa899539baf9fb6e09083d8d81e6e8b40f588ff..e1e24817cfb96a26fe0431c206ba6935d26eb369 100644 (file)
@@ -37,7 +37,8 @@ public class InstructionSerializerInjectorTest {
 
     @Before
     public void setUp() throws Exception {
-        injector = InstructionSerializerInjector.createInjector(switchConnectionProvider, EncodeConstants.OF13_VERSION_ID);
+        injector =
+                InstructionSerializerInjector.createInjector(switchConnectionProvider, EncodeConstants.OF13_VERSION_ID);
     }
 
     @Test