This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push: new 5d5e18e2 Javadoc 5d5e18e2 is described below commit 5d5e18e2dee723ae394cc0caa7234a7e8fb26cf3 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 19 09:29:51 2025 -0500 Javadoc --- .../java/org/apache/commons/exec/launcher/Java13CommandLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java b/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java index 6a40bf15..b52d32ed 100644 --- a/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java +++ b/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java @@ -25,7 +25,7 @@ import org.apache.commons.exec.CommandLine; import org.apache.commons.exec.environment.EnvironmentUtils; /** - * A command launcher for JDK/JRE 1.3 (and higher). Uses the built-in Runtime.exec() command. + * A command launcher for Java 1.3 (and higher). Uses the built-in {@link Runtime#exec(String, String[], File)} command. */ public class Java13CommandLauncher extends CommandLauncherImpl {