mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-03 08:15:41 +00:00
#108 Consistent package naming throughout the examples
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.repository;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.GeneratedValue;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
Reference in New Issue
Block a user