Minecraft spec has changed and we're required to follow. We now build with Java 6.

Dieser Commit ist enthalten in:
EvilSeph 2013-07-02 23:45:59 -04:00
Ursprung 29fa46a4b2
Commit e1a3fb56b5

Datei anzeigen

@ -476,7 +476,7 @@ Making sure you follow the above conventions is important, but just the beginnin
* Your change should [fit with Bukkit's goals](#does-the-change-fit-bukkits-goals). * Your change should [fit with Bukkit's goals](#does-the-change-fit-bukkits-goals).
* Make sure you follow all of our conventions to the letter. * Make sure you follow all of our conventions to the letter.
* Make sure your code compiles under Java 5. * Make sure your code compiles under Java 6.
* Check for misplaced whitespaces. It may be invisible, but [we notice](https://github.com/Bukkit/CraftBukkit/pull/1070). * Check for misplaced whitespaces. It may be invisible, but [we notice](https://github.com/Bukkit/CraftBukkit/pull/1070).
* Provide proper JavaDocs where appropriate. * Provide proper JavaDocs where appropriate.
* JavaDocs should detail every limitation, caveat and gotcha the code has. * JavaDocs should detail every limitation, caveat and gotcha the code has.