Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / actions / SetDlSrcActionSerializerTest.java
index 03249df81a9b13f93fe6911b30a65207e02a0646..34d5845a6ab3d05b1428c53c99c2d21438053d73 100644 (file)
@@ -21,7 +21,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.acti
 public class SetDlSrcActionSerializerTest extends AbstractSetFieldActionSerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final MacAddress address = new MacAddress("00:01:02:03:04:05");
 
         final Action action = new SetDlSrcActionCaseBuilder()