X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Finventory%2FIListenInventoryUpdates.java;h=ccfb3388494452088203732a2b322654b7d5fe2a;hb=9df6a568d91b34f4c1cf9c62dc0670adbdcefc15;hp=7dbb5933b430376ce88c204838bc37da9d047378;hpb=42210c03b0a4c54706320ba9f55794c0abd4d201;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IListenInventoryUpdates.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IListenInventoryUpdates.java index 7dbb5933b4..ccfb338849 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IListenInventoryUpdates.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IListenInventoryUpdates.java @@ -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 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,