Skip to content

Commit e6d1b2c

Browse files
committed
Merge pull request #16527 from adammichalik
* pr/16527: Fix package of java.time.Duration in documentation
2 parents 391c8b6 + 55987a5 commit e6d1b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ available:
13111311
`@DurationUnit` has been specified)
13121312
* The standard ISO-8601 format
13131313
{java-javadoc}/java/time/Duration.html#parse-java.lang.CharSequence-[used by
1314-
`java.util.Duration`]
1314+
`java.time.Duration`]
13151315
* A more readable format where the value and the unit are coupled (e.g. `10s` means 10
13161316
seconds)
13171317

0 commit comments

Comments
 (0)