Merge "Remove redundant exception declarations"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / EthernetDestinationEntrySerializerTest.java
index e9bf5d2b0108934cbc6013fe0b62598c6adc39a2..4abfd2a73066d9b5c886d17ca3cbe566ce8edf7c 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 
 public class EthernetDestinationEntrySerializerTest extends AbstractMatchEntrySerializerTest {
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final MacAddress address = new MacAddress("00:01:02:03:04:05");
         final MacAddress mask = new MacAddress("00:00:00:00:00:00");