mirror of https://github.com/apache/poi.git
update javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8f5231c00
commit
52968d92da
|
@ -111,7 +111,7 @@ public final class HMEFContentsExtractor {
|
||||||
if (body != null) return body;
|
if (body != null) return body;
|
||||||
|
|
||||||
// See bug #59786 - we'd really like a test file to confirm if this
|
// 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 uncompressedBody =
|
||||||
MAPIProperty.createCustom(0x3fd9, Types.ASCII_STRING, "Uncompressed Body");
|
MAPIProperty.createCustom(0x3fd9, Types.ASCII_STRING, "Uncompressed Body");
|
||||||
// Return this uncompressed one, or null if that isn't their either
|
// Return this uncompressed one, or null if that isn't their either
|
||||||
|
|
|
@ -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
|
* 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.
|
* rich text fields, yet it's difficult to make a sound comparison.
|
||||||
*
|
*
|
||||||
* @param o The object to compare.
|
* @param o The object to compare.
|
||||||
* @return true if the object is actually equal.
|
* @return true if the object is actually equal.
|
||||||
|
|
Loading…
Reference in New Issue