8320361: Doc error in RemoteRecordingStream.java

Reviewed-by: egahlin
This commit is contained in:
Jonathan Gibbons 2023-11-19 22:11:29 +00:00
parent 8ff7d6ea0a
commit 179f505258

View File

@ -565,7 +565,6 @@ public final class RemoteRecordingStream implements EventStream {
* The following code snippet illustrates how this method can be used in
* conjunction with the {@link #startAsync()} method to monitor what happens
* during a test method:
* <p>
* {@snippet :
* AtomicLong bytesWritten = new AtomicLong();
* try (var r = new RemoteRecordingStream(connection)) {