ISSUE
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / inventory / IPluginOutInventoryService.java
index 6fb9283755cbc6e3e768df25b63edd68e88bc904..124c34ab3e48ec424ab2b8bfb705b623275f43bb 100644 (file)
@@ -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,