Browse Source

update javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905029 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
52968d92da

+ 1
- 1
poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java 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

+ 2
- 2
poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java 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.

Loading…
Cancel
Save