mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 08:30:11 +00:00
GP-0 fixing junit test
This commit is contained in:
parent
1123992d80
commit
8b7dc9aab3
@ -545,7 +545,7 @@ public class XRefFieldFactory extends FieldFactory {
|
|||||||
int lastRow = list.size() - 1;
|
int lastRow = list.size() - 1;
|
||||||
AttributedString as =
|
AttributedString as =
|
||||||
new AttributedString(MORE_XREFS_STRING, XrefColors.DEFAULT, getMetrics());
|
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;
|
return fieldElements;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user