Commit a7e46dd86fbe8f5c82ae1ad4b000df2eaf524146
1 parent
2764761e
Exists in
master
Correção da formatação de envio de email.
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
src/br/com/controller/QuestionarioController.java
... | ... | @@ -186,12 +186,7 @@ public class QuestionarioController { |
186 | 186 | |
187 | 187 | } |
188 | 188 | |
189 | - /* | |
190 | - * private String gerarCodigoHash() { String codigoHash = ""; | |
191 | - * | |
192 | - * return codigoHash; } | |
193 | - */ | |
194 | - | |
189 | + | |
195 | 190 | private boolean enviarHashPorEmail(Contato contato) { |
196 | 191 | |
197 | 192 | boolean emailEnviado = false; | ... | ... |