Split Restconf implementations (draft02 and RFC) - features
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / rest / api / Draft02.java
index b860ef2d922e85827db6bdeb613eab68cd6f18b5..d36cad9ab9aff471986010cd06297a5fb8315f08 100644 (file)
@@ -7,14 +7,12 @@
  */
 package org.opendaylight.netconf.sal.rest.api;
 
-import org.opendaylight.restconf.Rfc8040;
 import org.opendaylight.yangtools.yang.common.QName;
 
 /**
  * Base Draft for Restconf project.
  *
- * @deprecated Do not use old implementation of restconf draft. It will be
- *             replaced by {@link Rfc8040}.
+ * @deprecated Do not use old implementation of restconf draft. It will be replaced by Rfc8040.
  */
 @Deprecated
 public class Draft02 {