ideaconsult / jna-inchi

Wrapper to access InChI from Java
GNU Lesser General Public License v2.1
0 stars 0 forks source link

MdlReactionReader and MdlReactionWriter are now thread-safe #35

Closed uli-f closed 1 year ago

uli-f commented 1 year ago

This PR is the first one that originates from a discussion with Daniel.

He suggested a few changes to the code and I will implement those changes one by one before we finally open a PR on his repo.

He wrote most of the code of this PR, I fine-tuned and added/updated the javadocs.