move to core-java-io

This commit is contained in:
Kevin Kraus 2019-09-10 20:47:13 -05:00
parent 9f2a9a9c36
commit 714e909e97
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.files;
package com.baeldung.createfiles;
import com.google.common.io.Files;
import org.junit.Test;