Skip to content

Commit

Permalink
Update Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
egahlin committed May 20, 2021
1 parent 5def63a commit acccd9e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -579,8 +579,8 @@ private void ensureStartable() {
* @throws SecurityException if a security manager exists and the caller doesn't
* have {@code FilePermission} to write to the destination path
*
* @see RecordingStream#setMaxAge(Duration)
* @see RecordingStream#setMaxSize(Duration)
* @see RemoteRecordingStream#setMaxAge(Duration)
* @see RemoteRecordingStream#setMaxSize(Duration)
*/
public void dump(Path destination) throws IOException {
Objects.requireNonNull(destination);
Expand Down

0 comments on commit acccd9e

Please sign in to comment.