Skip to content

Commit

Permalink
BAEL-2797 core-java-8 package name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkivilcim.eray committed Apr 4, 2019
1 parent bc38dde commit 131db49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static org.junit.Assert.assertEquals;
import java.util.HashSet;
import java.util.Set;

import org.junit.Test;

public class SubstringPalindromeUnitTest {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.algorithms;
package com.baeldung.math;

import static org.junit.Assert.assertEquals;

Expand Down

0 comments on commit 131db49

Please sign in to comment.