From a70a60cf1ff70c464b05df9966ae75b566e3ee5f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 10 Feb 2020 14:22:43 +0900 Subject: [PATCH] Fix formatting of container.javaOptions section Change-Id: I9e35dfc5b57bed862443e12fbeeb1e173e101bcd --- Documentation/config-gerrit.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt index c712e838bb..c7a5a89d74 100644 --- a/Documentation/config-gerrit.txt +++ b/Documentation/config-gerrit.txt @@ -1503,10 +1503,10 @@ a suitable JRE. Overrides the environment variable 'JAVA_HOME'. Additional options to pass along to the Java runtime. If multiple values are configured, they are passed in order on the command line, separated by spaces. These options are appended onto 'JAVA_OPTIONS'. - ++ For example, it is possible to overwrite Gerrit's default log4j configuration: - ++ ---- javaOptions = -Dlog4j.configuration=file:///home/gerrit/site/etc/log4j.properties ----