ant astyle

This commit is contained in:
Jesse Vincent 2011-07-02 15:18:43 -04:00
parent 2f48309f82
commit 2a698f1ab9
2 changed files with 3 additions and 3 deletions

View File

@ -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 {