Commit 198d487f486f6f34073d71074363e5193988009f
1 parent
5620813f
Exists in
master
Ajuste no arquétipo que continha um import errado
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/java/domain/Bookmark.java
| 1 | -import static javax.persistence.GenerationType.SEQUENCE; | ||
| 2 | - | ||
| 3 | package ${package}.domain; | 1 | package ${package}.domain; |
| 4 | 2 | ||
| 3 | +import static javax.persistence.GenerationType.SEQUENCE; | ||
| 4 | + | ||
| 5 | import java.io.Serializable; | 5 | import java.io.Serializable; |
| 6 | 6 | ||
| 7 | import javax.persistence.Column; | 7 | import javax.persistence.Column; |