Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / MplsTcEntrySerializerTest.java
index ebe8873ae8c0fc2ea297eb6ae13f6bbf1157a32f..cd941efd27f8c4df3120796a232d399443125d8c 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class MplsTcEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final short mplsTc = (short) 1;
 
         final Match mplsTcMatch = new MatchBuilder()