jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
160 stars 63 forks source link

remove redundant method and use of StringBuffer #59

Closed colinwerner closed 5 years ago

colinwerner commented 5 years ago

remove redundant method to get class simple name and use the one baked into Java. Use StringBuilder over StringBuffer

jdmonin commented 5 years ago

Good find, thank you :)