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-daemon.git
The following commit(s) were added to refs/heads/master by this push: new d146f20 Remove trailing whitepsace. d146f20 is described below commit d146f208fb244dcba05f7da5d0e8a11a8e42281d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 15 11:13:36 2021 -0500 Remove trailing whitepsace. --- src/main/java/org/apache/commons/daemon/DaemonInitException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/daemon/DaemonInitException.java b/src/main/java/org/apache/commons/daemon/DaemonInitException.java index 7de7996..28c1442 100644 --- a/src/main/java/org/apache/commons/daemon/DaemonInitException.java +++ b/src/main/java/org/apache/commons/daemon/DaemonInitException.java @@ -35,7 +35,7 @@ public class DaemonInitException extends Exception { /** * Constructs a new exception with the given detail and cause. - * + * * @param message the detail message accessible with {@link #getMessage()} . * @param cause the cause accessible with {@link #getCause()}. */ @@ -45,7 +45,7 @@ public class DaemonInitException extends Exception { /** * Gets the message with the cause as a postfix. - * + * * @return the message with the cause as a postfix. */ public String getMessageWithCause() {