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/23 15:11:50 UTC

[logging-log4j2] branch release-2.x updated: Comment.

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 d0cbb50  Comment.
d0cbb50 is described below

commit d0cbb506854c89eb0884cff17b5d349364f94929
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 23 10:11:46 2021 -0500

    Comment.
---
 .../src/test/java/org/apache/log4j/config/ZeroFilterFixture.java       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/config/ZeroFilterFixture.java b/log4j-1.2-api/src/test/java/org/apache/log4j/config/ZeroFilterFixture.java
index 67ee1c4..e527a73 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/config/ZeroFilterFixture.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/config/ZeroFilterFixture.java
@@ -19,6 +19,9 @@ package org.apache.log4j.config;
 import org.apache.log4j.spi.Filter;
 import org.apache.log4j.spi.LoggingEvent;
 
+/**
+ * A test fixture used by {@code src/test/resources/LOG4J2-3247.properties}.
+ */
 public class ZeroFilterFixture extends Filter {
 
     @Override