Skip to content

Commit 9119ac7

Browse files
joris.schellekensitext-teamcity
authored andcommitted
implemented code review remarks
resolves DEVSIX-1398 Autoported commit. Original commit hash: [28bdf7fff]
1 parent fa33897 commit 9119ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.layout/itext/layout/renderer/CollapsedTableBorders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected internal virtual iText.Layout.Renderer.CollapsedTableBorders CollapseA
7777
currentRow = rows[row];
7878
bool hasCells = false;
7979
for (int col = 0; col < numberOfColumns; col++) {
80-
if (null != currentRow && null != currentRow[col]) {
80+
if (null != currentRow[col]) {
8181
int colspan = (int)currentRow[col].GetPropertyAsInteger(Property.COLSPAN);
8282
if (rowspansToDeduct[col] > 0) {
8383
int rowspan = (int)currentRow[col].GetPropertyAsInteger(Property.ROWSPAN) - rowspansToDeduct[col];

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d8c7cb4e34fcb443ea942a4bfa7defc77d12e1b5
1+
28bdf7fff3502700d5093408fa91d35c180e5973

0 commit comments

Comments
 (0)