Skip to content

Commit e4ebcb9

Browse files
committed
ST6RI-750 Revised LibraryPackageImpl::getElementId to always set the
"elementId" field.
1 parent 44b8e67 commit e4ebcb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.omg.sysml/syntax-gen/org/omg/sysml/lang/sysml/impl/LibraryPackageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public String getElementId() {
112112
KERML_LIBRARY_BASE_URI: SYSML_LIBRARY_BASE_URI;
113113
String qualifiedName = getQualifiedName();
114114
if (qualifiedName != null) {
115-
return ElementUtil.constructNameUUID(UUID_NAMESPACE_URL, uri + qualifiedName).toString();
115+
elementId = ElementUtil.constructNameUUID(UUID_NAMESPACE_URL, uri + qualifiedName).toString();
116116
}
117117
}
118118
}

0 commit comments

Comments
 (0)