fixed missing cardinality in debug utils output

This commit is contained in:
overflowerror 2022-01-28 20:22:02 +01:00
parent e2984ad177
commit 0e26c5fccf

View file

@ -114,6 +114,8 @@ public class DebugUtils {
}; };
}.doSwitch(element); }.doSwitch(element);
builder.append(Objects.toString(element.getCardinality(), ""));
builder.append("\n"); builder.append("\n");
} }