From 55987a51c7564349af68bec6e4f18bf4590a483c Mon Sep 17 00:00:00 2001 From: Adam Michalik Date: Thu, 11 Apr 2019 13:48:05 +0200 Subject: [PATCH] Fix package of java.time.Duration in documentation Closes gh-16527 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 5bdbdcbd08..96b9822935 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1311,7 +1311,7 @@ available: `@DurationUnit` has been specified) * The standard ISO-8601 format {java-javadoc}/java/time/Duration.html#parse-java.lang.CharSequence-[used by -`java.util.Duration`] +`java.time.Duration`] * A more readable format where the value and the unit are coupled (e.g. `10s` means 10 seconds)