Description
FileUtils.readFileToString isn't static. It should be; since the constructor for FileUtils says "Instances should NOT be constructed in standard programming", this makes readFileToString unusable. Right now I'm using FileUtils.readBytesToByteArray(file).toString().