mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-02 13:31:38 +01:00
Update Java version in CONTRIBUTING.md (#1764)
This commit is contained in:
parent
de22a5cd25
commit
09ce3b6373
@ -7,9 +7,9 @@ ask that you make note of the following guidelines.
|
|||||||
* **Follow the [Oracle coding conventions](https://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html).**
|
* **Follow the [Oracle coding conventions](https://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html).**
|
||||||
We can't stress this enough; if your code has notable issues, it may delay
|
We can't stress this enough; if your code has notable issues, it may delay
|
||||||
the process significantly.
|
the process significantly.
|
||||||
* **Target Java 6 for source and compilation.** Make sure to mark methods with
|
* **Target Java 8 for source and compilation.** Make sure to mark methods with
|
||||||
` @Override` that override methods of parent classes, or that implement
|
` @Override` that override methods of parent classes, or that implement
|
||||||
methods of interfaces (Java 6+).
|
methods of interfaces.
|
||||||
* **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs
|
* **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs
|
||||||
are unacceptable.
|
are unacceptable.
|
||||||
* **Wrap code to a 89 column limit.** We do this to make side by side diffs
|
* **Wrap code to a 89 column limit.** We do this to make side by side diffs
|
||||||
|
Loading…
Reference in New Issue
Block a user