Skip to content

Commit 3e39405

Browse files
committed
Fix Javadoc
1 parent f255f0b commit 3e39405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
/**
3939
* An {@link InstantPatternFormatter} that uses {@link DateTimeFormatter} under the hood.
40-
* The pattern is analyzed and parts that are <b>not</b> of {@value InstantPatternDynamicFormatter#PRECISION_THRESHOLD} precision are precomputed, cached, and updated once every {@value InstantPatternDynamicFormatter#PRECISION_THRESHOLD}.
40+
* The pattern is analyzed and parts that require a precision lower than or equal to {@value InstantPatternDynamicFormatter#PRECISION_THRESHOLD} are precomputed, cached, and updated once every {@value InstantPatternDynamicFormatter#PRECISION_THRESHOLD}.
4141
* The rest is computed dynamically.
4242
* <p>
4343
* For instance, given the pattern {@code yyyy-MM-dd'T'HH:mm:ss.SSSX}, the generated formatter will

0 commit comments

Comments
 (0)