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 8b8b75f547
commit 784a7a6af8
1 changed files with 1 additions and 1 deletions
src/scratchpad/src/org/apache/poi/hmef

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>();