Automatic code cleanup.
PiperOrigin-RevId: 307058089
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 45491f4..edb36aa 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -2768,7 +2768,7 @@
This option should appear before any Bazel command, for example:
</p>
<pre>
- % bazel --server_javabase=/usr/local/buildtools/java/jdk9 build //foo
+ % bazel --server_javabase=/usr/local/buildtools/java/jdk11 build //foo
</pre>
<p>
This flag does <i>not</i> affect the JVMs used by Bazel subprocesses such as applications, tests,