Skip to content

Commit 760bafa

Browse files
committed
Fix Javadoc generation
1 parent 165f71c commit 760bafa

File tree

1 file changed

+3
-1
lines changed
  • log4j-api/src/main/java/org/apache/logging/log4j/spi

1 file changed

+3
-1
lines changed

log4j-api/src/main/java/org/apache/logging/log4j/spi/Provider.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ public Class<? extends ThreadContextMap> loadThreadContextMap() {
374374

375375
/**
376376
* Extension point for providers to create a {@link ThreadContextMap}
377-
* @implNote The default implementation:
377+
* <p>
378+
* The default implementation:
379+
* </p>
378380
* <ol>
379381
* <li>calls {@link #loadThreadContextMap},</li>
380382
* <li>if the previous call returns {@code null}, it calls {@link #getThreadContextMap} to instantiate one of

0 commit comments

Comments
 (0)