Merge "Remove redundant exception declarations"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / match / EthernetSourceEntryDeserializerTest.java
index ed83b661ac163e3e1021214d36aabe1ba152efe9..47db37a605418ac464bab06a17ddc82d9eced5b3 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class EthernetSourceEntryDeserializerTest extends AbstractMatchEntryDeserializerTest {
 
     @Test
-    public void deserializeEntry() throws Exception {
+    public void deserializeEntry() {
         final ByteBuf in = UnpooledByteBufAllocator.DEFAULT.buffer();
         final MacAddress ethernetSourceAddress = new MacAddress("00:01:02:03:04:05");
         final MacAddress ethernetSourceAddressMask = new MacAddress("00:00:00:00:00:00");