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 {
|
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()) {
|
||||||
|
|
Loading…
Reference in New Issue