diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-13 13:12:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-13 13:12:32 +0000 |
commit | 837590024f3261354d4919589bf51426ad050433 (patch) | |
tree | 4e1ae4eee607bf85d44404f4929b51c2ec823298 /poi-scratchpad | |
parent | bbef66dee3c8899ead321fcb57447455a02939cc (diff) | |
download | poi-837590024f3261354d4919589bf51426ad050433.tar.gz poi-837590024f3261354d4919589bf51426ad050433.zip |
[bug-65741] rework previous change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad')
-rw-r--r-- | poi-scratchpad/src/main/java/org/apache/poi/hsmf/MAPIMessage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hsmf/MAPIMessage.java b/poi-scratchpad/src/main/java/org/apache/poi/hsmf/MAPIMessage.java index 6e36712276..f13d397705 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hsmf/MAPIMessage.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hsmf/MAPIMessage.java @@ -269,7 +269,7 @@ public class MAPIMessage extends POIReadOnlyDocument { /** * Gets the display value of the "FROM" line of the outlook message - * This is not the actual address that was sent from but the formated display of the user name. + * This is not the actual address that was sent from but the formatted display of the user name. * @throws ChunkNotFoundException If the from-chunk does not exist and * returnNullOnMissingChunk is set */ |