Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / services / dedicated / StatisticsGatheringServiceTest.java
index 6cc42d016af7997be7f1db00775937961acbaa06..b7a70d7e4492a6bf0c1ef7f0ebf0f7ceaaa8f3f0 100644 (file)
@@ -32,7 +32,7 @@ public class StatisticsGatheringServiceTest extends ServiceMocking {
     }
 
     @Test
-    public void testGetStatisticsOfType() throws Exception {
+    public void testGetStatisticsOfType() {
         final EventIdentifier eventIdentifier = new EventIdentifier("ut-event", "ut-device-id:1");
         for (MultipartType mpType : MultipartType.values()) {
             statisticsGatheringService.getStatisticsOfType(eventIdentifier, mpType);
@@ -42,7 +42,7 @@ public class StatisticsGatheringServiceTest extends ServiceMocking {
     }
 
     @Test
-    public void testBuildRequest() throws Exception {
+    public void testBuildRequest() {
         final long xidValue = 21L;
         Xid xid = new Xid(xidValue);
         for (MultipartType mpType : MultipartType.values()) {