BAEL-17361 Slice 11 | The top 100 articles should have their own package in the module (#7683)
This commit is contained in:
committed by
Josh Cummings
parent
8c11eeb20e
commit
b04f8dad95
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.java8;
|
||||
package com.baeldung.java8.streams;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.java8;
|
||||
package com.baeldung.java8.streams;
|
||||
|
||||
import com.baeldung.stream.Product;
|
||||
import org.junit.Before;
|
||||
Reference in New Issue
Block a user