diff -r 099789ceff7d -r 6fabe73e5d9a src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java --- 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. *

- * 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. *

- * 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} *