jai-imageio / jai-imageio-jpeg2000

JPEG2000 support for Java Advanced Imaging Image I/O Tools API
Other
73 stars 56 forks source link

Moved properties file error string to resources directory #11

Closed glenhein closed 7 years ago

glenhein commented 7 years ago

Moved properties file error string to resources directory so that they can be loaded. Otherwise, the code throws an NPE when trying to get the error strings.

I also added a unit test that reproduces the original error.