Gregory Collins

Results 2 issues of Gregory Collins

How much work is it to use Utrecht-style commas in the import lists?

See https://stackoverflow.com/questions/16570523/getresourceasstream-returns-null; the two fixes are - call the class' `getResourceAsStream()` instead of the ClassLoader's - use an absolute path to get the resource. Passes `mvn test` here.