mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 00:08:55 +00:00
fixed missing cardinality in debug utils output
This commit is contained in:
parent
e2984ad177
commit
0e26c5fccf
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ public class DebugUtils {
|
|||
};
|
||||
}.doSwitch(element);
|
||||
|
||||
builder.append(Objects.toString(element.getCardinality(), ""));
|
||||
|
||||
builder.append("\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue