Skip to content

Commit

Permalink
Fix Javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Mar 13, 2024
1 parent 0c7688d commit c7ceec3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ public Class<? extends ThreadContextMap> loadThreadContextMap() {

/**
* Extension point for providers to create a {@link ThreadContextMap}
* @implNote The default implementation:
* <p>
* The default implementation:
* </p>
* <ol>
* <li>calls {@link #loadThreadContextMap},</li>
* <li>if the previous call returns {@code null}, it calls {@link #getThreadContextMap} to instantiate one of
Expand Down

0 comments on commit c7ceec3

Please sign in to comment.