update javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-11-02 19:26:57 +00:00
parent a8f5231c00
commit 52968d92da
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ public final class HMEFContentsExtractor {
if (body != null) return body;
// See bug #59786 - we'd really like a test file to confirm if this
// is the right properties + if this is truely general or not!
// is the right properties + if this is truly general or not!
MAPIProperty uncompressedBody =
MAPIProperty.createCustom(0x3fd9, Types.ASCII_STRING, "Uncompressed Body");
// Return this uncompressed one, or null if that isn't their either

View File

@ -115,8 +115,8 @@ public class UnicodeString implements Comparable<UnicodeString>, Duplicatable, G
}
/**
* Our handling of equals is inconsistent with compareTo. The trouble is because we don't truely understand
* rich text fields yet it's difficult to make a sound comparison.
* Our handling of equals is inconsistent with compareTo. The trouble is because we don't truly understand
* rich text fields, yet it's difficult to make a sound comparison.
*
* @param o The object to compare.
* @return true if the object is actually equal.