mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Remove rule that heirarchical tables must have rows
This commit is contained in:
parent
e022acb569
commit
a64d7440df
@ -857,7 +857,6 @@ public class HierarchicalTableGenerator extends TranslatingUtilities {
|
||||
|
||||
|
||||
private void checkModel(TableModel model) throws FHIRException {
|
||||
check(!model.getRows().isEmpty(), "Must have rows");
|
||||
check(!model.getTitles().isEmpty(), "Must have titles");
|
||||
int tc = 0;
|
||||
for (Cell c : model.getTitles()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user