We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55eeed3 + a8de09f commit 31fd887Copy full SHA for 31fd887
model-api/src/commonMain/kotlin/org/modelix/model/api/INode.kt
@@ -215,7 +215,7 @@ interface INode {
215
* @return the serialized reference of the source node, if this one was created during an import
216
*/
217
fun getOriginalReference(): String? = getPropertyValue(IProperty.fromName(NodeData.ID_PROPERTY_KEY))
218
- ?: getPropertyValue(IProperty.fromName("#mpsNodeID#")) // for backwards compatibility
+ ?: getPropertyValue(IProperty.fromName("#mpsNodeId#")) // for backwards compatibility
219
220
// <editor-fold desc="non-string based API">
221
fun usesRoleIds(): Boolean = false
0 commit comments