File tree 2 files changed +2
-2
lines changed
src/jdk.jfr/share/classes/jdk/jfr
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
/**
34
34
* Event field annotation, specifies that the value is a duration.
35
35
* <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.
37
37
*
38
38
* @since 9
39
39
*/
Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ public final String getString(String name) {
758
758
* <p>
759
759
* If the committed event value was {@code Long.MAX_VALUE},
760
760
* regardless of the unit set by {@code @Timespan}, this method returns
761
- * {@link ChronoUnit. FOREVER.getDuration() }.
761
+ * {@link ChronoUnit# FOREVER}.
762
762
* <p>
763
763
* It's possible to index into a nested object using {@code "."} (for example,
764
764
* {@code "aaa.bbb"}).
You can’t perform that action at this time.
0 commit comments