introduce Rfc8040RestConfWiring for standalone (simple) environments
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / incubate / InMemoryMdsalModule.java
index fba66a033964970afb38b4be92b34ebc40b082a4..18f1287a796bb2812737dc6937ba6eba0c081fee 100644 (file)
@@ -33,7 +33,8 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContextProvider;
  *
  * <p>This class is here only temporarily and it can and should be removed and
  * replaced when the equivalent will be offered by the mdsal project itself; see
- * <a href="https://jira.opendaylight.org/browse/MDSAL-418">MDSAL-418</a>.
+ * <a href="https://jira.opendaylight.org/browse/MDSAL-418">MDSAL-418</a>.  It is
+ * also copy/pasted to org.opendaylight.restconf.nb.rfc8040.test.incubate.InMemoryMdsalModule.
  *
  * <p>BEWARE: Do *NOT* use this module in component tests or applications mixing
  * code requiring the old controller and the new mdsal {@link DataBroker} & Co.