JAVA-11241 Added missing pom.xml for container modules and other cleanup

This commit is contained in:
Dhawal Kapil
2022-06-14 22:47:10 +05:30
parent e31a4dff8d
commit 856d2c0fef
23 changed files with 180 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
package regex.array;
package com.baeldung.regex.array;
import java.util.ArrayList;
import java.util.List;

View File

@@ -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