Merge pull request #16527 from adammichalik

* pr/16527:
  Fix package of java.time.Duration in documentation
This commit is contained in:
Stephane Nicoll 2019-04-11 13:55:21 +02:00
commit e6d1b2c30f
1 changed files with 1 additions and 1 deletions

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)