X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Frouting%2Fdijkstra_implementation%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Frouting%2Fdijkstra_implementation%2Finternal%2FDijkstraImplementation.java;h=3a0faa91d4bbca4018d18022ac2418b2e8fa8804;hb=8398f3adb544427642694be13abe9c3bc1a4e192;hp=26ae86243b7b83279443b2a2a2b477aa85a4e179;hpb=600e7a7bf7a59029e85a4811d835133d77b6d8d2;p=controller.git diff --git a/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java b/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java index 26ae86243b..3a0faa91d4 100644 --- a/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java +++ b/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java @@ -381,7 +381,7 @@ public class DijkstraImplementation implements IRouting, ITopologyManagerAware { /** * Function called by the dependency manager when all the required * dependencies are satisfied - * + * */ @SuppressWarnings({ "unchecked", "rawtypes" }) public void init() { @@ -401,7 +401,7 @@ public class DijkstraImplementation implements IRouting, ITopologyManagerAware { * 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() { log.debug("Routing destroy() is called"); @@ -410,7 +410,7 @@ public class DijkstraImplementation implements IRouting, ITopologyManagerAware { /** * Function called by dependency manager after "init ()" is called and after * the services provided by the class are registered in the service registry - * + * */ void start() { log.debug("Routing start() is called"); @@ -437,7 +437,7 @@ public class DijkstraImplementation implements IRouting, ITopologyManagerAware { * Function called by the dependency manager before the services exported by * the component are unregistered, this will be followed by a "destroy ()" * calls - * + * */ public void stop() { log.debug("Routing stop() is called");