Skip to content

Commit

Permalink
OPEN - jrimum#9: Campos formatados em função do padrão de cada Banco
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmatryx committed Jan 21, 2014
1 parent 9aeedaf commit de40f34
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
*/

package org.jrimum.bopepo.view;
package org.jrimum.bopepo.view.info;

import static org.apache.commons.lang.StringUtils.EMPTY;
import static org.jrimum.utilix.Objects.whenNull;
Expand All @@ -43,14 +43,16 @@
import org.jrimum.bopepo.excludes.BoletoBuilder;
import org.jrimum.bopepo.excludes.Images;
import org.jrimum.bopepo.pdf.CodigoDeBarras;
import org.jrimum.bopepo.view.BoletoCampo;
import org.jrimum.bopepo.view.ResourceBundle;
import org.jrimum.bopepo.view.info.BoletoInfoViewBuilder;
import org.junit.Before;
import org.junit.Test;

/**
* @author <a href="http://gilmatryx.googlepages.com/">Gilmar P.S.L.</a>
*/
public class TestBoletoDataBuilder {
public class TestBoletoInfoViewBuilder {

private Boleto boleto;
private ResourceBundle resourceBundle;
Expand Down

0 comments on commit de40f34

Please sign in to comment.