Commit e278c2a0f3c5c787ad01e820f3c8b5b263d02ac8
1 parent
c83c596f
Exists in
master
correção
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/br/com/model/utilities/Email.java
... | ... | @@ -33,9 +33,7 @@ public class Email<InternetAddress> { |
33 | 33 | private MultiPartEmail email; |
34 | 34 | private EmailAttachment anexo; |
35 | 35 | |
36 | - | |
37 | - | |
38 | - @SuppressWarnings("unchecked") | |
36 | + | |
39 | 37 | private void initConf(String path){ |
40 | 38 | ManagerProperties managerProperties = new ManagerProperties(); |
41 | 39 | try { | ... | ... |