BAEL-3502 Change destination package for ArraysDeepEqualsUnitTest.java.

This commit is contained in:
Florin Hriscu
2020-02-08 00:20:48 +02:00
parent 656d9faef9
commit 1f9adcf989

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;