RED-8670: fix AssertionError

This commit is contained in:
Kilian Schuettler 2025-01-14 14:36:51 +01:00
parent b307c03f7d
commit 6f6cae594f

View File

@ -150,9 +150,6 @@ public class TableGridStructureCalculator {
cell = cell.belows.get(0);
rows.add(buildRow(cell));
}
if (isNotRectangular(rows)) {
throw new AssertionError();
}
return rows;
}