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 4aa4fc3a Normalize end of comments 4aa4fc3a is described below commit 4aa4fc3aef05a9cacf7e096783f2d62d9d50f902 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:49:19 2024 -0500 Normalize end of comments --- src/main/java/org/apache/commons/exec/ExecuteWatchdog.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java index a10f153b..b902708b 100644 --- a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java +++ b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java @@ -215,7 +215,6 @@ public class ExecuteWatchdog implements TimeoutObserver { * Notification that starting the process failed. * * @param e the offending exception. - * */ public synchronized void failedToStart(final Exception e) { processStarted = true;