mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 17:39:11 +00:00
fix index error
This commit is contained in:
parent
64f84274af
commit
11eb2cef53
@ -394,8 +394,9 @@ public class StructureDefinitionSpreadsheetGenerator extends CanonicalSpreadshee
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (sheet.getLastRowNum() > 0) {
|
||||||
sheet.setActiveCell(new CellAddress(sheet.getRow(1).getCell(0)));
|
sheet.setActiveCell(new CellAddress(sheet.getRow(1).getCell(0)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user