src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java
branchJEP-349-branch
changeset 57452 6fabe73e5d9a
parent 57449 099789ceff7d
child 57604 838f9a7635b6
--- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java	Wed Jul 03 22:51:44 2019 +0200
+++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java	Fri Jul 05 03:36:40 2019 +0200
@@ -40,8 +40,7 @@
     /**
      * Creates a stream from a disk repository.
      * <p>
-     * By default, the stream will start with the next event that is flushed by
-     * Flight Recorder.
+     * By default, the stream starts with the next event flushed by Flight Recorder.
      *
      * @param directory location of the disk repository, not {@code null}
      *
@@ -57,7 +56,7 @@
     /**
      * Creates an event stream from a file.
      * <p>
-     * By default, the stream will start with the first event in the file.
+     * By default, the stream starts with the first event in the file.
      *
      * @param file location of the file, not {@code null}
      *