File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/jdk.jfr/share/classes/jdk/jfr Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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"}).
You can’t perform that action at this time.
0 commit comments