Do not include restconf-nb-bierman02 in odl-restconf
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / rest / impl / RestconfApplication.java
index 8d7c9112b33ab19cdecffe3853ab1d506315fc23..d8918dfaeba7792b00fa3cd4f593a2930c5273cd 100644 (file)
@@ -34,9 +34,9 @@ public class RestconfApplication extends Application {
             final StatisticsRestconfServiceWrapper statsServiceWrapper) {
         this.controllerContext = controllerContext;
         this.statsServiceWrapper = statsServiceWrapper;
-        LOG.warn("Pre-standard version of RESTCONF activated. Please note that this implementation is superseded "
-            + "by the standard-compliant implementation. This code is no longer actively maintained and will be "
-            + "removed in a future release.");
+        LOG.warn("Pre-standard version of RESTCONF activated. Please note that this implementation is considered "
+            + "obsoleve and WILL BE REMOVED IN THE NEXT MAJOR RELEASE. Please use the RFC8040-compliant "
+            + "implementation instead.");
     }
 
     @Override