Fix javadoc
PiperOrigin-RevId: 363067239
diff --git a/src/main/java/com/google/devtools/build/lib/rules/java/JavaToolchainTool.java b/src/main/java/com/google/devtools/build/lib/rules/java/JavaToolchainTool.java
index 79d153a..712f53d 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/java/JavaToolchainTool.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/java/JavaToolchainTool.java
@@ -92,9 +92,9 @@
* <p>For a Java command, the executable command line will include {@code java -jar deploy.jar} as
* well as any JVM flags.
*
- * @param toolchains {@code java_toolchain} for the action being constructed
- * @param inputs for the action being constructed
- * @returns the executable command line for the tool
+ * @param command the executable command line builder for the tool
+ * @param toolchain {@code java_toolchain} for the action being constructed
+ * @param inputs inputs for the action being constructed
*/
void buildCommandLine(
CustomCommandLine.Builder command,