Skip to content

Commit 51914a0

Browse files
theawesomenayakmaibin
authored andcommitted
[BAEL-2032] Operate on an item in a Stream then remove it (eugenp#5175)
* [BAEL-2032] Operate on an item in a Stream then remove it * Remove the unit test from this package
1 parent b46c2dd commit 51914a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-java-collections/src/test/java/com/baeldung/collection/StreamOperateAndRemoveUnitTest.java renamed to java-streams/src/test/java/com/baeldung/stream/StreamOperateAndRemoveUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.collection;
1+
package com.baeldung.stream;
22

33
import java.util.ArrayList;
44
import java.util.List;

0 commit comments

Comments
 (0)