Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / entityownership / selectionstrategy / EntityOwnerSelectionStrategyConfigReaderTest.java
index 8e1b4da9e68cf6186b8edb6526d0256ee2586066..1f04e5fcf1b4d7f7a6d8c021e9a615ffee47fda4 100644 (file)
@@ -12,7 +12,6 @@ import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotEquals;
 import static org.junit.Assert.assertTrue;
 
 import static org.junit.Assert.assertNotEquals;
 import static org.junit.Assert.assertTrue;
 
-import java.io.IOException;
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
@@ -23,7 +22,7 @@ import org.mockito.MockitoAnnotations;
 public class EntityOwnerSelectionStrategyConfigReaderTest {
 
     @Before
 public class EntityOwnerSelectionStrategyConfigReaderTest {
 
     @Before
-    public void setup() throws IOException {
+    public void setup() {
         MockitoAnnotations.initMocks(this);
     }
 
         MockitoAnnotations.initMocks(this);
     }