mirror of https://github.com/apache/poi.git
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b8b75f547
commit
784a7a6af8
src/scratchpad/src/org/apache/poi/hmef
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue