We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30c85e commit 53211c7Copy full SHA for 53211c7
src/com/winterbe/java8/samples/stream/Streams1.java
@@ -12,7 +12,7 @@ public class Streams1 {
12
public static void main(String[] args) {
13
14
List<String> stringCollection = new ArrayList<>();
15
- stringCollection.add("ddd2");
+ stringCollection.add("Kutyma");
16
stringCollection.add("aaa2");
17
stringCollection.add("bbb1");
18
stringCollection.add("aaa1");
0 commit comments