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 f3697b0 Remove unused import. f3697b0 is described below commit f3697b0c705267d47205a9befaf7a40e264e3e3d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 8 09:52:18 2021 -0500 Remove unused import. --- src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java b/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java index f12c566..acfc7a9 100644 --- a/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java +++ b/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java @@ -18,7 +18,6 @@ package org.apache.commons.daemon.support; import java.io.FileInputStream; -import java.io.FileNotFoundException; import java.io.IOException; import java.util.ArrayList; import java.util.Properties;