--- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java Thu Aug 15 03:00:02 2019 +0200
+++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java Fri Aug 16 20:00:10 2019 +0200
@@ -203,7 +203,7 @@
* <p>
* The end time must be set before the stream is started.
* <p>
- * When the end time is reached the stream is terminated.
+ * When the end time is reached the stream is closed.
*
* @param endTime the end time, not {@code null}
*
@@ -211,7 +211,6 @@
*/
public void setEndTime(Instant endTime);
-
/**
* Start processing events in the stream.
* <p>