BUG 2412 - restconf getOperations method migration
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / rest / impl / RestconfCompositeWrapper.java
index 5ad9596fe0ddaf9b857e21f99c3873a9330f5f2b..48c934351b2612763008443be89a2d4d9d36e9a3 100644 (file)
@@ -42,7 +42,7 @@ public class RestconfCompositeWrapper implements RestconfService, SchemaRetrieva
     }
 
     @Override
-    public StructuredData getOperations(final UriInfo uriInfo) {
+    public NormalizedNodeContext getOperations(final UriInfo uriInfo) {
         return restconf.getOperations(uriInfo);
     }