Phenomics / ontolib

A modern Java library for working with (biological) ontologies.
https://ontolib.readthedocs.org
Other
9 stars 2 forks source link

Mpo parser #37

Closed pnrobinson closed 11 months ago

pnrobinson commented 6 years ago

I am making the following change because the millisecond is not present in the dates in mp.obo and was causing an error.

-final SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"); +final SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");

pnrobinson commented 6 years ago

I had been using a new version locally (0.5-SNAPSHOT) so that I could access the revised code in other maven projects. Somehow when I changed this back to 0.3 (which is the version in develop), this change got recorded here, but 0.3 is version that should get merged in; any idea how I can fix this? But I think that merging to develop should be ok?