Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / UdpSourcePortEntrySerializerTest.java
index 1dda32cdf03c4e9aaeed0713a95817822086b617..5bf0b39b59346397eb0369584ab8dc24a42d27a5 100644 (file)
@@ -21,7 +21,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class UdpSourcePortEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final int tcp = 10;
 
         final Match sctpMatch = new MatchBuilder()