whitespace

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-13 04:34:37 +00:00
parent ddfb99fa47
commit 81d15d29df

View File

@ -41,7 +41,7 @@ import org.apache.poi.util.LittleEndian;
public final class HMEFMessage {
public static final int HEADER_SIGNATURE = 0x223e9f78;
private int fileId;
private int fileId;
private List<TNEFAttribute> messageAttributes = new ArrayList<TNEFAttribute>();
private List<MAPIAttribute> mapiAttributes = new ArrayList<MAPIAttribute>();
private List<Attachment> attachments = new ArrayList<Attachment>();