Bug 7231 - Upgrade ietf-restconf draft17 to draft18
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / netconf / sal / rest / api / Draft02.java
index 0b2839b3a7a48ce3c51e6a8828997708926f7919..0b1d28772727ac5408916dff0498158cbbed2c8b 100644 (file)
@@ -7,12 +7,12 @@
  */
 package org.opendaylight.netconf.sal.rest.api;
 
-import org.opendaylight.restconf.Draft15;
+import org.opendaylight.restconf.Draft18;
 import org.opendaylight.yangtools.yang.common.QName;
 
 /**
  * @deprecated Do not use old implementation of restconf draft. It will be
- *             replaced by {@link Draft15}.
+ *             replaced by {@link Draft18}.
  *
  */
 @Deprecated