fix package name

This commit is contained in:
Kevin Kraus 2019-09-08 21:51:37 -05:00
parent ed7b67f19c
commit 0eac69ca79
1 changed files with 2 additions and 0 deletions

View File

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