RED-8670: fix AssertionError
This commit is contained in:
parent
b307c03f7d
commit
6f6cae594f
@ -150,9 +150,6 @@ public class TableGridStructureCalculator {
|
|||||||
cell = cell.belows.get(0);
|
cell = cell.belows.get(0);
|
||||||
rows.add(buildRow(cell));
|
rows.add(buildRow(cell));
|
||||||
}
|
}
|
||||||
if (isNotRectangular(rows)) {
|
|
||||||
throw new AssertionError();
|
|
||||||
}
|
|
||||||
return rows;
|
return rows;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user