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 2021/12/31 17:40:13 UTC

[logging-log4j2] branch master updated: Fix compilation error.

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/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new fbe8976  Fix compilation error.
fbe8976 is described below

commit fbe8976ff2451493ef6c746129b29c0e14c8769d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 31 12:40:10 2021 -0500

    Fix compilation error.
---
 log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java b/log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java
index 14592fb..0b38192 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java
@@ -41,6 +41,7 @@ import java.util.function.Consumer;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
 /**