Polishing

This commit is contained in:
Juergen Hoeller
2019-06-12 14:11:39 +02:00
parent 627d37f73b
commit 1ccd99ebe7
5 changed files with 8 additions and 8 deletions

View File

@@ -1019,7 +1019,7 @@ public class Jaxb2Marshaller implements MimeMarshaller, MimeUnmarshaller, Generi
return FileCopyUtils.copyToByteArray(dataHandler.getInputStream());
}
catch (IOException ex) {
throw new UnmarshallingFailureException("Couldn't read attachment", ex);
throw new UnmarshallingFailureException("Could not read attachment", ex);
}
}