fixes bug #AL-3470

master
valdevir 2024-02-20 15:31:54 -03:00
parent 38a4dd3f37
commit dd4d281c7c
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId>
<version>1.6.1</version>
<version>1.7.0</version>
<name>GeneradorBoletosCNAB</name>
<distributionManagement>
@ -68,6 +68,10 @@
<groupId>sun-jaxb-rj</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

View File

@ -48,7 +48,7 @@ public abstract class AbstractFlatFile{
protected static final String SEQUENCIAL_REMESSA = "NumeroSequencialRemessa";
protected static final String SEQUENCIAL_REGISTRO = "NumeroSequencialRegistro";
protected static final String SOMENTE_CLASSE_DE_RETORNO = "Somente classe de Retorno.";
//protected static Logger log = LoggerFactory.getLogger(AbstractFlatFile.class);
//protected static Logger log = LogManager.getLogger(AbstractFlatFile.class);
/**
* Nome do arquivo xml de configuração.