Minor docs fix JEP-349-branch
authoregahlin
Fri, 16 Aug 2019 20:00:10 +0200
branchJEP-349-branch
changeset 57780 d8a436dfa041
parent 57755 8173090d2794
child 57781 7758008806d1
Minor docs fix
src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java
--- 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>