Removing my name. Whoops!
This commit is contained in:
parent
0cc35699b8
commit
56e2904029
|
@ -77,7 +77,6 @@ public class ZipCollectionBuilder {
|
||||||
private byte[] readFile(String theClasspathPrefix, String theClasspathFileName) throws IOException {
|
private byte[] readFile(String theClasspathPrefix, String theClasspathFileName) throws IOException {
|
||||||
String classpathName = theClasspathPrefix + theClasspathFileName;
|
String classpathName = theClasspathPrefix + theClasspathFileName;
|
||||||
InputStream stream = getClass().getResourceAsStream(classpathName);
|
InputStream stream = getClass().getResourceAsStream(classpathName);
|
||||||
ourLog.info("DIEDERIK: " + classpathName);
|
|
||||||
Validate.notNull(stream, "Couldn't load " + classpathName);
|
Validate.notNull(stream, "Couldn't load " + classpathName);
|
||||||
byte[] byteArray = IOUtils.toByteArray(stream);
|
byte[] byteArray = IOUtils.toByteArray(stream);
|
||||||
Validate.notNull(byteArray);
|
Validate.notNull(byteArray);
|
||||||
|
|
Loading…
Reference in New Issue