[JAVA-621] Fixed package and import

This commit is contained in:
dupirefr 2020-04-29 10:14:43 +02:00
parent f01f9f9d86
commit da22d7a839
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package com.baeldung.hashcode.entities;
package com.baeldung.hashcode;
import com.baeldung.hashcode.standard.User;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;