Bump upstreams for Silicon
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / action / InvokeActionMessage.java
index 4b1ccfe6e658ce4df3b030cc9e81c16a309c8b24..e415b21b0d4b6e80db19cfcfaa57b8194fa4371e 100644 (file)
@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.Nullable;
 import org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier;
 import org.opendaylight.netconf.topology.singleton.messages.ContainerNodeMessage;
 import org.opendaylight.netconf.topology.singleton.messages.SchemaPathMessage;
-import org.opendaylight.yangtools.yang.model.api.SchemaPath;
+import org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute;
 
 /**
  * Message container which holds node data in {@link SchemaPathMessage}, {@link ContainerNodeMessage} and
@@ -46,7 +46,7 @@ public class InvokeActionMessage implements Serializable {
         this.domDataTreeIdentifier = requireNonNull(domDataTreeIdentifier);
     }
 
-    public SchemaPath getSchemaPath() {
+    public Absolute getSchemaPath() {
         return schemaPathMessage.getSchemaPath();
     }