Formatting

This commit is contained in:
M66B 2024-05-10 08:43:50 +02:00
parent 04fe7b3743
commit 93fc9b169c
1 changed files with 2 additions and 2 deletions

View File

@ -5221,8 +5221,8 @@ public class MessageHelper {
}
private static boolean isMimeType(Part part, String mimeType) throws MessagingException {
if (mimeType.endsWith("/*"))
return part.isMimeType(mimeType);
if (mimeType.endsWith("/*"))
return part.isMimeType(mimeType);
if (part.isMimeType(mimeType)) {
ContentType ct = new ContentType(part.getContentType());