Update java.md

remove ` `, since it is already a code block.

Closes #6165.

PiperOrigin-RevId: 216692332
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md
index 5b35c5d..0ffcef9 100644
--- a/site/docs/tutorial/java.md
+++ b/site/docs/tutorial/java.md
@@ -62,7 +62,7 @@
         3.  Under the "User variables" list (the one on the top), click "New...".
         4.  In the "Variable name" field, enter `JAVA_HOME`.
         5.  Click "Browse Directory...".
-        6.  Navigate to the JDK directory (for example `C:\Program Files\Java\jdk1.8.0_152`).
+        6.  Navigate to the JDK directory (for example `C:\Program Files\Java\jdk1.8.0_152`).
         7.  Click "OK" on all dialog windows.
 
 ### Get the sample project