BAEL-3502 Change destination package for ArraysDeepEqualsUnitTest.java.

This commit is contained in:
Florin Hriscu 2020-02-08 00:20:48 +02:00
parent bd581da50b
commit 124cae5760

View File

@ -1,4 +1,4 @@
package com.baeldung.arrays;
package com.baeldung.arrays.deepequals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;