You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/03/28 22:10:53 UTC

[logging-log4j2] 01/05: Not a useless Javadoc comment.

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit afdfec9b42d1d8c80c975e3ef617b4c67535aed6
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 {