Skip to content

Commit 80890bd

Browse files
committed
Fix autoported issue
DEVSIX-1252
1 parent 74e6297 commit 80890bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ private static class CellInfo implements Comparable<CellInfo> {
772772
private final CellRenderer cell;
773773
private final int row;
774774
private final int col;
775-
private final byte region;
775+
final byte region;
776776

777777
CellInfo(CellRenderer cell, int row, int col, byte region) {
778778
this.cell = cell;

0 commit comments

Comments
 (0)