Skip to content

Commit

Permalink
Merge pull request #84 from shipping7/fix-test
Browse files Browse the repository at this point in the history
[fix-test] - Corrige log
  • Loading branch information
ericdallo authored Jul 3, 2017
2 parents 2b27b1e + 379be2a commit 25aa6dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void cancelaObjetoDaPlp(Long plpId, String numeroEtiqueta) throws ObjetoP
}

} catch (CorreiosServicoSoapException exceptionBusca) {
throw new ObjetoPlpInexistenteOuJaFoiCanceladoException(String.format("objeto com etiqueta %s da PLP %d não foi encontrado ou ja foi cancelado", numeroEtiqueta, plpId), exceptionBusca);
throw new ObjetoPlpInexistenteOuJaFoiCanceladoException(String.format("objeto com etiqueta %s da PLP %d nao foi encontrado ou ja foi cancelado", numeroEtiqueta, plpId), exceptionBusca);
}

throw exceptionCancelamento;
Expand Down

0 comments on commit 25aa6dd

Please sign in to comment.