Skip to content

Commit b85a689

Browse files
committed
Remove blocos catch para a exceção javax.xml.bind.JAXBException
1 parent 60be6c1 commit b85a689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/swconsultoria/nfe/InutilizarA3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static TRetInutNFe inutiliza(ConfiguracoesNfe config, DocumentoEnum tipoDocument
4848
log.info("[XML-RETORNO]: " + result.getExtraElement().toString());
4949
return XmlNfeUtil.xmlToObject(result.getExtraElement().toString(), TRetInutNFe.class);
5050

51-
} catch (RemoteException | XMLStreamException | JAXBException e) {
51+
} catch (RemoteException | XMLStreamException e) {
5252
throw new NfeException(e.getMessage());
5353
}
5454

0 commit comments

Comments
 (0)