Remove rule that heirarchical tables must have rows

This commit is contained in:
Grahame Grieve 2021-06-24 15:07:45 +10:00
parent e022acb569
commit a64d7440df
1 changed files with 0 additions and 1 deletions

View File

@ -857,7 +857,6 @@ public class HierarchicalTableGenerator extends TranslatingUtilities {
private void checkModel(TableModel model) throws FHIRException { private void checkModel(TableModel model) throws FHIRException {
check(!model.getRows().isEmpty(), "Must have rows");
check(!model.getTitles().isEmpty(), "Must have titles"); check(!model.getTitles().isEmpty(), "Must have titles");
int tc = 0; int tc = 0;
for (Cell c : model.getTitles()) { for (Cell c : model.getTitles()) {