8276685: Malformed Javadoc inline tags in JDK source in /jdk/management/jfr/RecordingInfo.java

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2021-11-26 19:13:38 +00:00
parent 40fef2311c
commit b9eb532de2

@ -300,10 +300,10 @@ public final class RecordingInfo {
/**
* Returns the desired duration, measured in seconds, of the recording
* associated with this {@link RecordingInfo}, or {code 0} if no duration
* associated with this {@link RecordingInfo}, or {@code 0} if no duration
* has been set.
*
* @return the desired duration, or {code 0} if no duration has been set
* @return the desired duration, or {@code 0} if no duration has been set
*
* @see Recording#getDuration()
*/