Cleaning and preparation before bug 6170
[openflowplugin.git] / applications / forwardingrules-sync / src / main / java / org / opendaylight / openflowplugin / applications / frsync / ForwardingRulesAddCommitter.java
index 7b227fd8153423a0e3e65bf8dc0b4c1a52304379..11e399c62e22bb409384f01eeae77f4e32abcabd 100644 (file)
@@ -26,6 +26,7 @@ public interface ForwardingRulesAddCommitter<D extends DataObject, A extends Dat
      * @param identifier - the whole path to new DataObject
      * @param add        - new DataObject
      * @param nodeIdent  - Node InstanceIdentifier
+     * @return RpcResult of action
      */
     Future<RpcResult<A>> add(InstanceIdentifier<D> identifier, D add, InstanceIdentifier<FlowCapableNode> nodeIdent);