Merge "Fixed generation of Transfer Objects;"
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / inventory / IListenInventoryUpdates.java
index 7dbb5933b430376ce88c204838bc37da9d047378..ccfb3388494452088203732a2b322654b7d5fe2a 100644 (file)
@@ -17,8 +17,8 @@ import org.opendaylight.controller.sal.core.Property;
 import org.opendaylight.controller.sal.core.UpdateType;
 
 /**
- * The interface class provides the methods to notify the upper applications
- * in regards to any inventory changes.
+ * The interface provides the methods to notify the upper applications in
+ * regards to any inventory changes.
  */
 public interface IListenInventoryUpdates {
     /**
@@ -27,7 +27,7 @@ public interface IListenInventoryUpdates {
      * @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 IListenInventoryUpdates {
      * @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,