Commits

Christopher Febles committed 5d0b4c78385
Issue #13: All fields in MagicCard are immutable except for the image array. There was a massive performance hit eagerly loading the card images. Added a Builder inner class in MagicCard. Edited all API classes to use new Builder class. These changes have not been moved to MagicDBUpdater nor MagicDBWebApp. This commit will break the Jenkins build.