diff --git a/pom.xml b/pom.xml
index 5a9c499e3..c9b0a909e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
GeneradorBoletosCNAB
1.4.1
GeneradorBoletosCNAB
-
+
rj-releases
diff --git a/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java b/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java
index b3569be02..2412ec7bc 100644
--- a/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java
+++ b/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java
@@ -37,4 +37,4 @@ public class ArquivoRemessaItau extends ArquivoRemessaItem {
this.rodapeRemessa = this.rodapeRemessa == null ? new RodapeRemessaPadrao() : this.rodapeRemessa;
return rodapeRemessa;
}
-}
+}
\ No newline at end of file
diff --git a/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java b/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java
index 266a123e1..072c6ab08 100644
--- a/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java
+++ b/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java
@@ -50,8 +50,7 @@ public class ItauFlatFile extends AbstractFlatFile implements RemessaInterface {
header.setValue("Brancos2", FormataUtil.formatarValorPorTamanho(" ", 294));
header.setValue("NumeroSequencialRegistro", FormataUtil.formatarValorPorTamanho(cabecalhoRemessa.getNumeroSequencialRegistro().toString(), 6));
- getFlatFile().addRecord(header);
-
+ getFlatFile().addRecord(header);
}
@Override