Skip to content

Commit 8d3ba30

Browse files
committed
More Javadoc fixes
1 parent 3e39405 commit 8d3ba30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
* </p>
4545
* <ol>
4646
* <li>Sequence the pattern and assign a time precision to each part (e.g., {@code MM} is of month precision)</li>
47-
* <li>Precompute and cache the output for parts that are of precision lower than or equal to {@value InstantPatternDynamicFormatter#PRECISION_THRESHOLD} (i.e., {@code yyyy-MM-dd'T'HH:mm:}, {@code .}, and {@code X}) and cache it</li>
48-
* <li>Upon a formatting request, combine the cached outputs with the dynamic parts (i.e., {@code ss} and {@code SSS})</li>
47+
* <li>Precompute and cache the output for parts that are of precision lower than or equal to {@value InstantPatternDynamicFormatter#PRECISION_THRESHOLD} (i.e., {@code yyyy-MM-dd'T'HH:mm:} and {@code X}) and cache it</li>
48+
* <li>Upon a formatting request, combine the cached outputs with the dynamic parts (i.e., {@code ss.SSS})</li>
4949
* </ol>
5050
*
5151
* @since 2.25.0

0 commit comments

Comments
 (0)