Skip to content

Commit 60be6c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static RetDistDFeInt consultaNfe(ConfiguracoesNfe config, String xmlAssinado) th
5151
return XmlNfeUtil.xmlToObject(result.getNfeDistDFeInteresseResult().getExtraElement().toString(),
5252
RetDistDFeInt.class);
5353

54-
} catch (RemoteException | XMLStreamException | JAXBException e) {
54+
} catch (RemoteException | XMLStreamException e) {
5555
throw new NfeException(e.getMessage());
5656
}
5757

0 commit comments

Comments
 (0)