Skip to content

Commit b850f05

Browse files
committedOct 4, 2022
8294758: JFR: Docs build fails after changes to RecordedObject and Timespan
Reviewed-by: mgronlun, alanb
1 parent 2dbedf0 commit b850f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/jdk.jfr/share/classes/jdk/jfr/Timespan.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Event field annotation, specifies that the value is a duration.
3535
* <p>
36-
* If the annotated value equals {@code Long.MAX_VALUE), it represents forever.
36+
* If the annotated value equals {@code Long.MAX_VALUE}, it represents forever.
3737
*
3838
* @since 9
3939
*/

‎src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ public final String getString(String name) {
758758
* <p>
759759
* If the committed event value was {@code Long.MAX_VALUE},
760760
* regardless of the unit set by {@code @Timespan}, this method returns
761-
* {@link ChronoUnit.FOREVER.getDuration()}.
761+
* {@link ChronoUnit#FOREVER}.
762762
* <p>
763763
* It's possible to index into a nested object using {@code "."} (for example,
764764
* {@code "aaa.bbb"}).

0 commit comments

Comments
 (0)
Please sign in to comment.