Skip to content

Commit 53211c7

Browse files
committed
initial commit to SECONDBRANCH
1 parent b30c85e commit 53211c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/winterbe/java8/samples/stream/Streams1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Streams1 {
1212
public static void main(String[] args) {
1313

1414
List<String> stringCollection = new ArrayList<>();
15-
stringCollection.add("ddd2");
15+
stringCollection.add("Kutyma");
1616
stringCollection.add("aaa2");
1717
stringCollection.add("bbb1");
1818
stringCollection.add("aaa1");

0 commit comments

Comments
 (0)