Merge pull request 'fixes bug #AL-2143' (#38) from AL-2143 into master

Reviewed-on: http://18.235.188.113:3000/adm/ModelWeb/pulls/38
Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br>
master
pinheiro 2023-03-16 14:18:28 +00:00
commit fd590d0b34
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.0.40</version>
<version>1.0.41</version>
<distributionManagement>
<repository>
<id>rj-releases</id>

View File

@ -41,7 +41,7 @@ import com.rjconsultores.ventaboletos.utilerias.SendMail.AuthType;
@Service("contingenciaService")
public class ContingenciaServiceImpl implements ContingenciaService {
private static final String EMAIL_SUPORTE_SCO_RJCONSULTORES = "EMAIL_SUPORTE_SCO_RJCONSULTORES";
private static final String EMAIL_SUPORTE_SCO_RJCONSULTORES = "EMAIL_SUPORTE_RJCONSULTORES";
private static Logger log = Logger.getLogger(ContingenciaServiceImpl.class);