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/22 15:57:50 UTC

[logging-log4j2] branch release-2.x updated: Not a useless Javadoc 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 737f37b  Not a useless Javadoc comment.
737f37b is described below

commit 737f37b006d28a0e1e72a5853abdd46997382b71
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 22 10:57:46 2022 -0500

    Not a useless Javadoc comment.
---
 .../java/org/apache/log4j/config/SyslogAppenderConfigurationTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderConfigurationTest.java b/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderConfigurationTest.java
index fd5e077..93eee35 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderConfigurationTest.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderConfigurationTest.java
@@ -30,7 +30,7 @@ import org.apache.logging.log4j.core.net.Protocol;
 import org.junit.Test;
 
 /**
- * Class Description goes here.
+ * Tests configuring a Syslog appender.
  */
 public class SyslogAppenderConfigurationTest {