You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/05/14 14:40:39 UTC

[commons-daemon] branch master updated: Code clean-up. Remove unused imports.

This is an automated email from the ASF dual-hosted git repository.

markt 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 6d66d09  Code clean-up. Remove unused imports.
6d66d09 is described below

commit 6d66d0994ec3ad402a2b6d2045508ba658e52586
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 14 15:40:24 2020 +0100

    Code clean-up. Remove unused imports.
---
 src/test/java/org/apache/commons/daemon/SimpleDaemon.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/daemon/SimpleDaemon.java b/src/test/java/org/apache/commons/daemon/SimpleDaemon.java
index fb39fea..8a09e8a 100644
--- a/src/test/java/org/apache/commons/daemon/SimpleDaemon.java
+++ b/src/test/java/org/apache/commons/daemon/SimpleDaemon.java
@@ -24,8 +24,6 @@ import java.util.Date;
 import java.util.Enumeration;
 import java.util.Vector;
 import org.apache.commons.daemon.Daemon;
-import org.apache.commons.daemon.DaemonController;
-import org.apache.commons.daemon.DaemonContext;
 
 /**
  */