A DESCRIPTION OF THE PROBLEM :
https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/time/Duration.html#truncatedTo(java.time.temporal.TemporalUnit)
> This includes all time-based units on {@code ChronoUnit} and DAYS
Because the `{@code ...}` appears within a `{@linkplain ...}` tag it is displayed as literal text.
https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/time/Duration.html#truncatedTo(java.time.temporal.TemporalUnit)
> This includes all time-based units on {@code ChronoUnit} and DAYS
Because the `{@code ...}` appears within a `{@linkplain ...}` tag it is displayed as literal text.
- relates to
-
JDK-8257925 Enable more support for nested inline tags
-
- Resolved
-