Closed johntiger1 closed 7 years ago
For example, right now I have something like this: TermID t = new TermID(anno.getTermId().getIdWithPrefix());
Hi, what TermID
are you referring to?
We moved from TermID
to TermId
to adhere to the Google Java Code Style.
I also don't see any TermID
in ontolib. I will close this. Let me know if you still think this is an ontolib-issue.
Wild guess: you are still importing TermID
from ontologizer somewhere.
Would it be possible to provide an adapter perhaps? Also, for curiosity's sake, what was the reason for moving from TermID to TermId? Thanks!