src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java
branchJEP-349-branch
changeset 57780 d8a436dfa041
parent 57717 4ce66d271065
child 57971 aa7b1ea52413
--- 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>