X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fsal%2Fimplementation%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fimplementation%2Finternal%2FTopology.java;h=f965d7f2c402e21d6cf920f15ad0413ef7bd6785;hp=2f517488a955ccbd7af16f05249114d9aa8e19fb;hb=refs%2Fchanges%2F49%2F449%2F1;hpb=541d0a36997f292bb037a2199463431eee538358 diff --git a/opendaylight/sal/implementation/src/main/java/org/opendaylight/controller/sal/implementation/internal/Topology.java b/opendaylight/sal/implementation/src/main/java/org/opendaylight/controller/sal/implementation/internal/Topology.java index 2f517488a9..f965d7f2c4 100644 --- a/opendaylight/sal/implementation/src/main/java/org/opendaylight/controller/sal/implementation/internal/Topology.java +++ b/opendaylight/sal/implementation/src/main/java/org/opendaylight/controller/sal/implementation/internal/Topology.java @@ -60,7 +60,7 @@ public class Topology implements IPluginOutTopologyService, ITopologyService { /** * Function called by the dependency manager when all the required * dependencies are satisfied - * + * */ void init() { } @@ -69,7 +69,7 @@ public class Topology implements IPluginOutTopologyService, ITopologyService { * Function called by the dependency manager when at least one dependency * become unsatisfied or when the component is shutting down because for * example bundle is being stopped. - * + * */ void destroy() { // Make sure to clear all the data structure we use to track