8268903: JFR: RecordingStream::dump is missing @since

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2021-06-18 13:51:57 +00:00
parent d8a0582a36
commit f9c8c1c386
2 changed files with 4 additions and 0 deletions
src
jdk.jfr/share/classes/jdk/jfr/consumer
jdk.management.jfr/share/classes/jdk/management/jfr

@ -424,6 +424,8 @@ public final class RecordingStream implements AutoCloseable, EventStream {
*
* @see RecordingStream#setMaxAge(Duration)
* @see RecordingStream#setMaxSize(long)
*
* @since 17
*/
public void dump(Path destination) throws IOException {
Objects.requireNonNull(destination);

@ -583,6 +583,8 @@ public final class RemoteRecordingStream implements EventStream {
*
* @see RemoteRecordingStream#setMaxAge(Duration)
* @see RemoteRecordingStream#setMaxSize(long)
*
* @since 17
*/
public void dump(Path destination) throws IOException {
Objects.requireNonNull(destination);