Merge "OFPGC_ADD_OR_MOD support in openflowplugin"
[openflowplugin.git] / applications / forwardingrules-sync / src / main / java / org / opendaylight / openflowplugin / applications / frsync / SyncReactor.java
index d38d7844323b0e370ab6e3186192b35a00e2b769..c7435f322cae0cd15bfe373938af55c325640ad6 100644 (file)
@@ -21,8 +21,7 @@ public interface SyncReactor {
      * @param flowcapableNodePath path to openflow augmentation of node
      * @param syncupEntry configured node + device reflection
      * @return synchronization outcome
-     * @throws InterruptedException
      */
     ListenableFuture<Boolean> syncup(final InstanceIdentifier<FlowCapableNode> flowcapableNodePath,
-                                     final SyncupEntry syncupEntry) throws InterruptedException;
+                                     final SyncupEntry syncupEntry);
 }