We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165f71c commit 760bafaCopy full SHA for 760bafa
log4j-api/src/main/java/org/apache/logging/log4j/spi/Provider.java
@@ -374,7 +374,9 @@ public Class<? extends ThreadContextMap> loadThreadContextMap() {
374
375
/**
376
* Extension point for providers to create a {@link ThreadContextMap}
377
- * @implNote The default implementation:
+ * <p>
378
+ * The default implementation:
379
+ * </p>
380
* <ol>
381
* <li>calls {@link #loadThreadContextMap},</li>
382
* <li>if the previous call returns {@code null}, it calls {@link #getThreadContextMap} to instantiate one of
0 commit comments