You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/17 23:47:50 UTC

[commons-daemon] branch master updated: Format and comment empty block.

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 <ga...@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
 }
-