mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
ant astyle
This commit is contained in:
parent
2f48309f82
commit
2a698f1ab9
@ -94,8 +94,8 @@ public class MimeBodyPart extends BodyPart {
|
||||
int last = contentId.lastIndexOf('>');
|
||||
|
||||
return (first != -1 && last != -1) ?
|
||||
contentId.substring(first + 1, last) :
|
||||
contentId;
|
||||
contentId.substring(first + 1, last) :
|
||||
contentId;
|
||||
}
|
||||
|
||||
public String getMimeType() throws MessagingException {
|
||||
|
Loading…
Reference in New Issue
Block a user