summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2019-01-10 09:32:55 +0100
committerDavid Pursehouse <dpursehouse@collab.net>2019-01-31 09:43:57 +0900
commitf78cf3e9f1d30610fc6e6e1dfd0bd3f78fe4b670 (patch)
tree03ae8071941110be3d81c015cabaf2e7f1d84d96
parent85b4b3eac95b1274673edc88d0010c873373afa3 (diff)
dev-contributing.txt: Update google-java-format version to 1.6
Version 1.6 is used since change Iedba3f24a, but the documentation update was overlooked. Change-Id: I8e2215b0c06efec7f6f71268de7cbbd8d9723f9e
-rw-r--r--Documentation/dev-contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt
index eab3618e38..6dfa319a39 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -153,7 +153,7 @@ Guide].
To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
-tool (version 1.5), and to format Bazel BUILD, WORKSPACE and .bzl files the
+tool (version 1.6), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 0.17.2).
These tools automatically apply format according to the style guides; this