Merge "Remove redundant exception declarations"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / Ipv4ArbitraryBitMaskSourceEntrySerializerTest.java
index 7168aa4bb85ce2eacb1e119f21d29fa7eccd5b7e..89166907c73c5ebb075928449f966e2cecee731c 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class Ipv4ArbitraryBitMaskSourceEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final Ipv4Address ipv4Address = new Ipv4Address("192.168.10.0");
         final DottedQuad ipv4mask = new DottedQuad("255.255.255.0");