Commit 0c9ec8473634e0f71432bc5f7d39b49ddc24348c
1 parent
6a4fb17d
Exists in
master
Remoção de import desnecessário
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/transaction/TransactionalInterceptor.java
... | ... | @@ -40,7 +40,6 @@ import java.io.Serializable; |
40 | 40 | |
41 | 41 | import javax.enterprise.context.ContextNotActiveException; |
42 | 42 | import javax.enterprise.inject.Any; |
43 | -import javax.enterprise.inject.New; | |
44 | 43 | import javax.interceptor.AroundInvoke; |
45 | 44 | import javax.interceptor.Interceptor; |
46 | 45 | import javax.interceptor.InvocationContext; | ... | ... |