BUG 2412 - restconf @GET getModule(uri) method migration
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / rest / impl / RestconfCompositeWrapper.java
index d36200614d1bc99a5329c88dde2e97143e8feba9..620191fac65a7dcf231b108542ea22d39498ee70 100644 (file)
@@ -27,7 +27,7 @@ public class RestconfCompositeWrapper implements RestconfService, SchemaRetrieva
     }
 
     @Override
-    public StructuredData getModules(final UriInfo uriInfo) {
+    public NormalizedNodeContext getModules(final UriInfo uriInfo) {
         return restconf.getModules(uriInfo);
     }