mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 00:50:41 +01:00
Missed a mention of Java 5. We build for Java 6, as per the Minecraft spec.
This commit is contained in:
parent
f9d58bf481
commit
96fd897a2f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ If you answered yes to any of these questions, chances are high your change does
|
|||
* If the work you want to do involves editing Minecraft classes, be sure to read over the [Using Minecraft Internals](#using-minecraft-internals) section.
|
||||
* Make sure your commit messages are in the [proper format](#commit-message-example).
|
||||
* Test your changes to make sure it actually addresses the issue it should.
|
||||
* Make sure your code compiles under Java 5, as that is what the project has to be built with.
|
||||
* Make sure your code compiles under Java 6, as that is what the project has to be built with.
|
||||
|
||||
### Code Requirements
|
||||
* We generally follow the [Sun/Oracle coding standards](http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html).
|
||||
|
|
Loading…
Reference in a new issue