You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/10 14:25:52 UTC

[logging-log4j2] branch release-2.x updated: Remove unused import.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new fd1ea79  Remove unused import.
fd1ea79 is described below

commit fd1ea7956b794ae87536d49adfbe07050dbfe5d5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 09:25:49 2022 -0500

    Remove unused import.
---
 .../test/java/org/apache/log4j/config/PropertiesConfigurationTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java b/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java
index 63f8e32..21792e5 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java
@@ -24,7 +24,6 @@ import java.io.File;
 import java.util.List;
 import java.util.Map;
 
-import org.apache.commons.lang3.SystemUtils;
 import org.apache.log4j.ListAppender;
 import org.apache.log4j.LogManager;
 import org.apache.log4j.Logger;