summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2013-07-10 19:32:31 -0400
committerEvilSeph <evilseph@gmail.com>2013-07-10 19:33:35 -0400
commit96fd897a2f639e03f40263ebc01b49c9bc5d0ae9 (patch)
tree6599f00aa5aa4f8a45b5dd7afd2712c0b8c70a50 /CONTRIBUTING.md
parentf9d58bf4813495e9122dd3950f6bfb2e90ba4ef6 (diff)
downloadcraftbukkit-96fd897a2f639e03f40263ebc01b49c9bc5d0ae9.tar
craftbukkit-96fd897a2f639e03f40263ebc01b49c9bc5d0ae9.tar.gz
craftbukkit-96fd897a2f639e03f40263ebc01b49c9bc5d0ae9.tar.lz
craftbukkit-96fd897a2f639e03f40263ebc01b49c9bc5d0ae9.tar.xz
craftbukkit-96fd897a2f639e03f40263ebc01b49c9bc5d0ae9.zip
Missed a mention of Java 5. We build for Java 6, as per the Minecraft spec.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f2016274..3031b97b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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).