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/08/25 14:30:02 UTC

[commons-daemon] branch master updated: Remove unnecessary import

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 2318a6d  Remove unnecessary import
2318a6d is described below

commit 2318a6dd27c3583c726a856555cad4b3879b8f7a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Aug 25 15:29:45 2020 +0100

    Remove unnecessary import
---
 src/test/java/org/apache/commons/daemon/SimpleDaemon.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/daemon/SimpleDaemon.java b/src/test/java/org/apache/commons/daemon/SimpleDaemon.java
index 8a09e8a..cbca3ac 100644
--- a/src/test/java/org/apache/commons/daemon/SimpleDaemon.java
+++ b/src/test/java/org/apache/commons/daemon/SimpleDaemon.java
@@ -23,7 +23,6 @@ import java.text.SimpleDateFormat;
 import java.util.Date;
 import java.util.Enumeration;
 import java.util.Vector;
-import org.apache.commons.daemon.Daemon;
 
 /**
  */