JAVA-11241 Added missing pom.xml for container modules and other cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package regex.array;
|
||||
package com.baeldung.regex.array;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,10 +1,9 @@
|
||||
package regex.array;
|
||||
package com.baeldung.regex.array;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import regex.array.RegexMatches;
|
||||
|
||||
class RegexMatchesUnitTest {
|
||||
|
||||
@Test
|
||||
Reference in New Issue
Block a user