Skip to content

Commit ad08478

Browse files
committed
removed line used for testing
1 parent dde8950 commit ad08478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/collections/collectors-teeing.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ modernLabel: Java 12+
99
oldApproach: Two Passes
1010
modernApproach: teeing()
1111
oldCode: |
12-
// python
1312
long count = items.stream().count();
1413
double sum = items.stream()
1514
.mapToDouble(Item::price)

0 commit comments

Comments
 (0)