Skip to content

Commit a9c93c6

Browse files
committed
Fix remarks on Log4JXmlNamespace property
1 parent 1a3e7f6 commit a9c93c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log4NetTextFormatterOptionsBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Log4NetTextFormatterOptionsBuilder
1818
/// <summary>
1919
/// The XML namespace used for Log4j events.
2020
/// </summary>
21-
/// <remarks>// https://github.com/apache/log4j/blob/v1_2_17/src/main/java/org/apache/log4j/xml/XMLLayout.java#L137</remarks>
21+
/// <remarks>https://github.com/apache/log4j/blob/v1_2_17/src/main/java/org/apache/log4j/xml/XMLLayout.java#L137</remarks>
2222
internal static readonly XmlQualifiedName Log4JXmlNamespace = new("log4j", "http://jakarta.apache.org/log4j/");
2323

2424
/// <summary>

0 commit comments

Comments
 (0)