Merge "Add NodeConfiguratorImpl enqueue trace"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / actions / SetVlanPcpActionSerializerTest.java
index c03de2bcea45c4fb930a253dd459d76066272455..e45692fde9e2ac385671fd35ad2164995c2d9718 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp;
 public class SetVlanPcpActionSerializerTest extends AbstractSetFieldActionSerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final short vlan = 1;
 
         final Action action = new SetVlanPcpActionCaseBuilder()