Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8276685: Malformed Javadoc inline tags in JDK source in /jdk/manageme…
…nt/jfr/RecordingInfo.java

Reviewed-by: mgronlun
  • Loading branch information
egahlin committed Nov 26, 2021
1 parent 40fef23 commit b9eb532
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -300,10 +300,10 @@ public boolean isToDisk() {

/**
* 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()
*/
Expand Down

1 comment on commit b9eb532

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.