[JAVA-621] Fixed package and import

This commit is contained in:
dupirefr
2020-04-29 10:14:43 +02:00
parent fe6ff27d42
commit 11251caa14

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;