Skip to content

Commit 9db7c0d

Browse files
yura182enhorse
authored andcommitted
Update java8.md
1 parent ff06cc5 commit 9db7c0d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java8.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ Stream
714714
.of(1, 2, 3, 2, 1)
715715
.map(s -> s * s)
716716
.distinct()
717-
.collect(Collectors.toList())
718717
.forEach(System.out::println);
719718
```
720719

0 commit comments

Comments
 (0)