From 52968d92da35c773c82017d20c4885b40ddda1b9 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 2 Nov 2022 19:26:57 +0000 Subject: [PATCH] update javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905029 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/hmef/extractor/HMEFContentsExtractor.java | 2 +- .../java/org/apache/poi/hssf/record/common/UnicodeString.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java b/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java index 4c95ecb19f..aacfb1a053 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java @@ -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 diff --git a/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java b/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java index 9769f3cb1f..e681492ef4 100644 --- a/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java +++ b/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java @@ -115,8 +115,8 @@ public class UnicodeString implements Comparable, 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.