[JAVA-621] Fixed package and import
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user