Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / test / java / org / opendaylight / controller / remote / rpc / utils / LatestEntryRoutingLogicTest.java
index a0f2b0b50654c353d036cd022a0550b44f505da3..b8ddc3711e740882d7efff0d1393612a8fa3c890 100644 (file)
@@ -26,7 +26,7 @@ public class LatestEntryRoutingLogicTest {
     static ActorSystem system;
 
     @BeforeClass
-    public static void setup() throws InterruptedException {
+    public static void setup() {
         system = ActorSystem.create("opendaylight-rpc", ConfigFactory.load().getConfig("odl-cluster-rpc"));
     }