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 4712d9f Format and comment empty block. 4712d9f is described below commit 4712d9fec56bc1fc58d1be239d22e73d4cf2cfb7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 17 18:47:45 2020 -0500 Format and comment empty block. --- src/main/java/org/apache/commons/daemon/DaemonListener.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/daemon/DaemonListener.java b/src/main/java/org/apache/commons/daemon/DaemonListener.java index d6414d8..5c3325a 100644 --- a/src/main/java/org/apache/commons/daemon/DaemonListener.java +++ b/src/main/java/org/apache/commons/daemon/DaemonListener.java @@ -22,8 +22,6 @@ import java.util.EventListener; /** * EvenListener type wrapper. */ -public interface DaemonListener extends EventListener -{ - +public interface DaemonListener extends EventListener { + // empty } -