Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jun 22, 2021
1 parent b8f9a91 commit 3eed612
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package it.govpay.ragioneria.v2.beans.converter;

<<<<<<< HEAD
import java.io.IOException;
=======
import java.math.BigDecimal;
>>>>>>> feature/326_pagamenti_altri_intermediari_nelle_riconciliazioni
import java.util.ArrayList;
import java.util.List;

Expand Down Expand Up @@ -47,7 +44,7 @@ public static RichiestaIncassoDTO toRichiestaIncassoDTO(NuovaRiconciliazione inc
}


public static Riconciliazione toRsModel(it.govpay.bd.model.Incasso i, Fr fr, List<TipoPagamento> riscossioniTipo) throws ServiceException, NotFoundException {
public static Riconciliazione toRsModel(it.govpay.bd.model.Incasso i, Fr fr, List<TipoPagamento> riscossioniTipo) throws ServiceException, NotFoundException, IOException, ValidationException {
Riconciliazione rsModel = new Riconciliazione();

rsModel.setCausale(i.getCausale());
Expand Down

0 comments on commit 3eed612

Please sign in to comment.