Remove redundant exception declarations
[openflowplugin.git] / applications / of-switch-config-pusher / src / test / java / org / opendaylight / openflowplugin / openflow / ofswitch / config / DefaultConfigPusherTest.java
index 6066452bab69405ca6e2fff256203ab2aa26ec96..f7c8e31a12a2e37fd1421853a2deaec266da75cf 100644 (file)
@@ -60,7 +60,7 @@ public class DefaultConfigPusherTest {
     private ArgumentCaptor<SetConfigInput> setConfigInputCaptor;
 
     @Before
-    public void setUp() throws Exception {
+    public void setUp() {
         doReturn(RpcResultBuilder.success().buildFuture()).when(nodeConfigService).setConfig(any());
         defaultConfigPusher = new DefaultConfigPusher(nodeConfigService, Mockito.mock(DataBroker.class),
                 deviceOwnershipService);