From e34fc1a82f79e9dfef03f6c1dec8b2777998810f Mon Sep 17 00:00:00 2001 From: Kenzie Togami Date: Fri, 2 Dec 2016 20:27:46 -0800 Subject: [PATCH] Update contributing doc We have been targeting Java 7 for a while now. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1148f38ec..ce68574ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,9 +8,9 @@ ask that you make note of the following guidelines. * **Follow the [Oracle coding conventions](http://www.oracle.com/technetwork/java/codeconv-138413.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 7 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 120 column limit.** We do this to make side by side diffs