X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Frestful%2Fservices%2Fapi%2FRestconfDataService.java;h=f1f3b7e348f7ae07b87b9c074a709b5e73b68de8;hb=2945350314dfc6309d5aaf3bc5c08b6e7abaff95;hp=12bbf9f78ef1a15bd73af99217d8b94e0331e36d;hpb=e29a354ef9f3ff713552e25fd747664ae9215464;p=netconf.git diff --git a/restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java b/restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java index 12bbf9f78e..f1f3b7e348 100644 --- a/restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java +++ b/restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java @@ -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); /**