GP-0 fixing junit test

This commit is contained in:
ghidragon 2024-04-09 13:55:56 -04:00
parent 1123992d80
commit 8b7dc9aab3

View File

@ -545,7 +545,7 @@ public class XRefFieldFactory extends FieldFactory {
int lastRow = list.size() - 1;
AttributedString as =
new AttributedString(MORE_XREFS_STRING, XrefColors.DEFAULT, getMetrics());
fieldElements.add(new TextFieldElement(as, lastRow, 0));
fieldElements.add(new TextFieldElement(as, lastRow + 1, 0));
}
return fieldElements;
}