Bug 6664 - upgrade draft15 to draft16 - renaming
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / restconf / utils / patch / Draft16AbstractIdentifierAwareJaxRsProvider.java
@@ -16,7 +16,7 @@ import org.opendaylight.netconf.sal.restconf.impl.ControllerContext;
 import org.opendaylight.netconf.sal.restconf.impl.InstanceIdentifierContext;
 import org.opendaylight.restconf.utils.parser.ParserIdentifier;
 
-public class Draft15AbstractIdentifierAwareJaxRsProvider {
+public class Draft16AbstractIdentifierAwareJaxRsProvider {
 
     private static final String POST = "POST";