Fix checkstyle warnings for impl/protocol test package
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / WriteActionsMissTablePropertySerializerTest.java
index d10a3482cd9f45c5467cc091dbecd146ee615d27..bd62929d693f2c0fdec5a94393322f0cb8246803 100644 (file)
@@ -26,8 +26,8 @@ public class WriteActionsMissTablePropertySerializerTest extends AbstractTablePr
     @Test
     public void testSerialize() throws Exception {
         final WriteActionsMiss property = new WriteActionsMissBuilder()
-                .setWriteActionsMiss(new org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature
-                        .prop.type.table.feature.prop.type.write.actions.miss
+                .setWriteActionsMiss(new org.opendaylight.yang.gen.v1.urn.opendaylight
+                        .table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.actions.miss
                         .WriteActionsMissBuilder()
                         .setAction(Collections.singletonList(new ActionBuilder()
                                 .setOrder(0)