fixes bug #AL-2143
parent
7aaae1d429
commit
472fd7f1c1
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ModelWeb</artifactId>
|
<artifactId>ModelWeb</artifactId>
|
||||||
<version>1.0.40</version>
|
<version>1.0.41</version>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>rj-releases</id>
|
<id>rj-releases</id>
|
||||||
|
|
|
@ -41,7 +41,7 @@ import com.rjconsultores.ventaboletos.utilerias.SendMail.AuthType;
|
||||||
@Service("contingenciaService")
|
@Service("contingenciaService")
|
||||||
public class ContingenciaServiceImpl implements 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);
|
private static Logger log = Logger.getLogger(ContingenciaServiceImpl.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue