add small inline comment in MdsalModule
authorMichael Vorburger <mike@vorburger.ch>
Wed, 23 Jan 2019 17:31:39 +0000 (18:31 +0100)
committerMichael Vorburger <mike@vorburger.ch>
Wed, 1 Jul 2020 23:38:17 +0000 (01:38 +0200)
Signed-off-by: Michael Vorburger <mike@vorburger.ch>
src/main/java/org/opendaylight/mdsal/simple/MdsalModule.java

index 5456a19416235c0ca5d82e8cf820db63fb45fd66..df7363f8fba9169ea68e3325e62bdb54a9ed421c 100644 (file)
@@ -31,6 +31,9 @@ import org.opendaylight.mdsal.singleton.dom.impl.DOMClusterSingletonServiceProvi
 @SuppressWarnings("deprecation") // sure, but that's the point of this class...
 public class MdsalModule extends AbstractModule {
 
+    // see org.opendaylight.controller.sal.restconf.impl.test.incubate.InMemoryMdsalModule ...
+    // from https://git.opendaylight.org/gerrit/#/c/79388/
+
     // TODO [LOW] like InMemoryControllerModule extends AbstractCloseableModule and close up..
     // or rather, better, instead just annotate respective classes with @PreDestroy!