Fix Jdk8 compatibility
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / OFRpcTaskFactory.java
index 371ed9e04820c2ac0b64a984dbd669c45119ddb5..226562f2fdf614f256818be8b11b68938cbac9c6 100644 (file)
@@ -228,8 +228,8 @@ public abstract class OFRpcTaskFactory {
     }
 
     /**
-     * Recursive helper method for {@link OFRpcTaskFactory#createAddFlowTask()}
-     * and {@link OFRpcTaskFactory#createUpdateFlowTask()} to chain results
+     * Recursive helper method for {@link OFRpcTaskFactory#createAddFlowTask(OFRpcTaskContext, AddFlowInput, SwitchConnectionDistinguisher)}
+     * and {@link OFRpcTaskFactory#createUpdateFlowTask(OFRpcTaskContext, UpdateFlowInput, SwitchConnectionDistinguisher)} to chain results
      * of multiple flowmods.
      * The next flowmod gets executed if the earlier one is successful.
      * All the flowmods should have the same xid, in-order to cross-reference
@@ -357,7 +357,6 @@ public abstract class OFRpcTaskFactory {
 
 
     /**
-     * @param xId
      * @param input
      * @return
      */