Skip to content
Snippets Groups Projects
Commit f42c6aaa authored by Johannes Mey's avatar Johannes Mey
Browse files

fix #2

parent cb287661
No related branches found
No related tags found
No related merge requests found
Pipeline #12793 passed
...@@ -79,8 +79,8 @@ aspect AttributesForMustache { ...@@ -79,8 +79,8 @@ aspect AttributesForMustache {
// --- toMRelationModifier --- // --- toMRelationModifier ---
syn String Role.toMRelationModifier(); syn String Role.toMRelationModifier();
eq NormalRole.toMRelationModifier() = "\"1\""; eq NormalRole.toMRelationModifier() = "\"1\"";
eq ListRole.toMRelationModifier() = "\"0 .. 1\""; eq ListRole.toMRelationModifier() = "\"*\"";
eq OptRole.toMRelationModifier() = "\"*\""; eq OptRole.toMRelationModifier() = "\"0 .. 1\"";
eq UnnamedRole.toMRelationModifier() { eq UnnamedRole.toMRelationModifier() {
throw new RuntimeException("UnnamedRole cannot be converted to MRelation"); throw new RuntimeException("UnnamedRole cannot be converted to MRelation");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment