Node MAC address to be derived inside the protocol plugin
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / inventory / IPluginOutInventoryService.java
index 6fb9283755cbc6e3e768df25b63edd68e88bc904..42c9ab7475ef09f4e3289124f56a5a591df9f037 100644 (file)
@@ -17,8 +17,8 @@ import org.opendaylight.controller.sal.core.Property;
 import org.opendaylight.controller.sal.core.UpdateType;
 
 /**
- * The interface class describes Inventory update methods to be implemented by
- * protocol plugin
+ * The Interface describes Inventory update methods to be implemented by
+ * protocol plugin.
  */
 public interface IPluginOutInventoryService {
     /**
@@ -27,7 +27,7 @@ public interface IPluginOutInventoryService {
      * @param node                     {@link org.opendaylight.controller.sal.core.Node} being updated
      * @param type             {@link org.opendaylight.controller.sal.core.UpdateType}
      * @param props            set of {@link org.opendaylight.controller.sal.core.Property} such as
-     *                                                 {@link org.opendaylight.controller.sal.core.Name} and/or
+     *                                                 {@link org.opendaylight.controller.sal.core.Description} and/or
      *                                                 {@link org.opendaylight.controller.sal.core.Tier} etc.
      */
     public void updateNode(Node node, UpdateType type, Set<Property> props);
@@ -38,7 +38,7 @@ public interface IPluginOutInventoryService {
      * @param nodeConnector    {@link org.opendaylight.controller.sal.core.NodeConnector} being updated
      * @param type             {@link org.opendaylight.controller.sal.core.UpdateType}
      * @param props            set of {@link org.opendaylight.controller.sal.core.Property} such as
-     *                                                 {@link org.opendaylight.controller.sal.core.Name} and/or
+     *                                                 {@link org.opendaylight.controller.sal.core.Description} and/or
      *                                                 {@link org.opendaylight.controller.sal.core.State} etc.
      */
     public void updateNodeConnector(NodeConnector nodeConnector,