#108 Consistent package naming throughout the examples
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.repository;
|
||||
|
||||
import java.util.List;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.repository;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.GeneratedValue;
|
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.repository;
|
||||
|
||||
import java.util.List;
|
||||
|
Reference in New Issue
Block a user