Fix package of java.time.Duration in documentation

Closes gh-16527
This commit is contained in:
Adam Michalik
2019-04-11 13:48:05 +02:00
committed by Stephane Nicoll
parent 391c8b6274
commit 55987a51c7

View File

@@ -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)