--- a/jdk/src/java.base/share/classes/java/util/stream/Stream.java Tue Oct 11 15:49:37 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/util/stream/Stream.java Tue Oct 11 16:25:52 2016 -0700
@@ -282,7 +282,7 @@
*/
<R> Stream<R> flatMap(Function<? super T, ? extends Stream<? extends R>> mapper);
- /**:
+ /**
* Returns an {@code IntStream} consisting of the results of replacing each
* element of this stream with the contents of a mapped stream produced by
* applying the provided mapping function to each element. Each mapped