Commits

Christopher Febles committed 623e58897ec
Added description to POM to override inherited description from Parent POM. Replaced tab characters in favor of spaces. Extracted code into private methods to better encapsulate functionality. Added local variables to avoid reassigning method parameter. Removed finally block in favor of Java 7 try-with-resources.