Merge "Remove redundant exception declarations"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / services / singlelayer / SingleLayerFlowServiceTest.java
index 534538d6d2aa8cad912fbf23ac844f253c85263f..c4b96e31104c8122e32a615bb0817fe611296e71 100644 (file)
@@ -24,13 +24,13 @@ public class SingleLayerFlowServiceTest extends ServiceMocking {
     private SingleLayerFlowService<AddFlowOutput> service;
 
     @Override
-    protected void setup() throws Exception {
+    protected void setup() {
         service = new SingleLayerFlowService<>(mockedRequestContextStack,
                 mockedDeviceContext, AddFlowOutput.class);
     }
 
     @Test
-    public void buildRequest() throws Exception {
+    public void buildRequest() {
         final AddFlowInput input = new AddFlowInputBuilder()
                 .setTableId(TABLE_ID)
                 .build();