Commit 595dd0745934f405390ef11513077546462849e1
1 parent
bd669a6d
Exists in
master
Correção no nome do pacote
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
archetype/html-rest/src/main/resources/archetype-resources/src/main/java/business/BookmarkBC.java
... | ... | @@ -2,7 +2,6 @@ package ${package}.business; |
2 | 2 | |
3 | 3 | import ${package}.entity.Bookmark; |
4 | 4 | import ${package}.persistence.BookmarkDAO; |
5 | -import a8.a8.entity.Bookmark; | |
6 | 5 | import br.gov.frameworkdemoiselle.lifecycle.Startup; |
7 | 6 | import br.gov.frameworkdemoiselle.stereotype.BusinessController; |
8 | 7 | import br.gov.frameworkdemoiselle.template.DelegateCrud; | ... | ... |