[BAEL-2170] Moved code to Collection-dedicated package

This commit is contained in:
dupirefr 2018-09-10 20:28:27 +02:00
parent a1194fdfbc
commit 69c6c30d8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.list.arraylist;
package com.baeldung.collection;
import org.junit.jupiter.api.Test;