templetonm / Troglodytes

3 stars 0 forks source link

Change strings in ResourceFactory to constant #33

Closed ghost closed 12 years ago

ghost commented 12 years ago

Instead of if (type.equals("image")) {

It should be if (type == IMAGE)

Or maybe an enum

ghost commented 12 years ago

Finished.. See issue33 branch