Bug 6325 - upgrade draft11 to draft15 - added timestamp & etag
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / restconf / restful / services / api / RestconfDataService.java
index 12bbf9f78ef1a15bd73af99217d8b94e0331e36d..f1f3b7e348f7ae07b87b9c074a709b5e73b68de8 100644 (file)
@@ -47,7 +47,7 @@ public interface RestconfDataService {
     @Path("/data/{identifier:.+}")
     @Produces({ Draft15.MediaTypes.DATA + RestconfConstants.JSON, Draft15.MediaTypes.DATA, MediaType.APPLICATION_JSON,
             MediaType.APPLICATION_XML, MediaType.TEXT_XML })
-    NormalizedNodeContext readData(@Encoded @PathParam("identifier") String identifier,
+    Response readData(@Encoded @PathParam("identifier") String identifier,
             @Context UriInfo uriInfo);
 
     /**