Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / VlanVidEntrySerializerTest.java
index 26180c5f5f7bd30ae2b18dbcaf666086fdeaee3f..03dd37657053714e51724dd12fcee1519a4d15e6 100644 (file)
@@ -23,7 +23,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class VlanVidEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final int vlan = (short) 1;
 
         final Match vlanMatch = new MatchBuilder()