BAEL-2797 core-java-8 package name fix

This commit is contained in:
anilkivilcim.eray
2019-04-04 16:49:28 +03:00
parent bc38dde66c
commit 131db49f2a
2 changed files with 1 additions and 2 deletions
@@ -1,4 +1,4 @@
package com.baeldung.algorithms;
package com.baeldung.math;
import static org.junit.Assert.assertEquals;