Commit d5a967fc4cd1de2b1ae05fc907b16c7829f78360

Authored by gibransodre
1 parent 1ffffd18
Exists in master

Correção.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/br/com/model/utilities/Email.java
@@ -38,6 +38,7 @@ public class Email<InternetAddress> { @@ -38,6 +38,7 @@ public class Email<InternetAddress> {
38 private EmailAttachment anexo; 38 private EmailAttachment anexo;
39 39
40 40
  41 +
41 @SuppressWarnings("unchecked") 42 @SuppressWarnings("unchecked")
42 private void initConf(String path){ 43 private void initConf(String path){
43 ManagerProperties managerProperties = new ManagerProperties(); 44 ManagerProperties managerProperties = new ManagerProperties();