Skip to content

Commit 0b28893

Browse files
authored
Changed some comments
1 parent 28a3817 commit 0b28893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void testBuilderWithSslConfiguration() throws Exception {
113113
URL url = new URL("https://example.com");
114114
Layout<?> layout = JsonLayout.createDefaultLayout();
115115

116-
// ✅ FIXED: Use real SslConfiguration instead of Mockito mock
116+
//Use real SslConfiguration instead of Mockito mock
117117
SslConfiguration sslConfig = SslConfiguration.createSSLConfiguration(null, null, null, false);
118118

119119
HttpAppender.Builder<?> builder =

0 commit comments

Comments
 (0)