BAEL-2797 core-java-8 package name fix
This commit is contained in:
parent
bc38dde66c
commit
131db49f2a
|
@ -3,7 +3,6 @@ package com.baeldung.algorithms.string;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class SubstringPalindromeUnitTest {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.algorithms;
|
||||
package com.baeldung.math;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
|
|
Loading…
Reference in New Issue