Remove unused exceptions
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / ProxyYangTextSourceProvider.java
index e9ee161437a629d1292725c5267a1659a7848084..29423dddb18e6322c5795b122b4b3bae2c5a71d0 100644 (file)
@@ -54,7 +54,7 @@ public class ProxyYangTextSourceProvider implements RemoteYangTextSourceProvider
 
         scalaFuture.onComplete(new OnComplete<Object>() {
             @Override
-            public void onComplete(final Throwable failure, final Object success) throws Throwable {
+            public void onComplete(final Throwable failure, final Object success) {
                 if (failure != null) {
                     promise.failure(failure);
                     return;