Commit 198d487f486f6f34073d71074363e5193988009f

Authored by Cleverson Sacramento
1 parent 5620813f
Exists in master

Ajuste no arquétipo que continha um import errado

archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/java/domain/Bookmark.java
1   -import static javax.persistence.GenerationType.SEQUENCE;
2   -
3 1 package ${package}.domain;
4 2  
  3 +import static javax.persistence.GenerationType.SEQUENCE;
  4 +
5 5 import java.io.Serializable;
6 6  
7 7 import javax.persistence.Column;
... ...