Closed yy20716 closed 6 years ago
This is now working but I am not able to access the cross references
GenericTerm gt = // get a generic term object
List<Dbxref> xrefs = gt.getXrefs();
Here, getXrefs()
always appears to be returning null. I think it would also be better if we implemented that to return an empty Immutable list, something like return ImmutableList.of()
, I think.