From 09ce3b6373c8ed67126a2a692094972deed95b00 Mon Sep 17 00:00:00 2001 From: stonar96 Date: Mon, 10 May 2021 03:22:38 +0200 Subject: [PATCH] Update Java version in CONTRIBUTING.md (#1764) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 649ed1d9..61233c12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).** We can't stress this enough; if your code has notable issues, it may delay 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 - methods of interfaces (Java 6+). + methods of interfaces. * **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs are unacceptable. * **Wrap code to a 89 column limit.** We do this to make side by side diffs