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
159 stars 63 forks source link

Add override annotation #1

Closed paulbilnoski closed 11 years ago

paulbilnoski commented 11 years ago

Test pull request for paulbilnoski local branch, updating java coding practices

paulbilnoski commented 11 years ago

I had my compiler settings at a java 6 compliance and forgot that annotating for implementing interfaces was not correct for java 5.