Author: fanningpj
Date: Wed Nov  2 19:26:57 2022
New Revision: 1905029

URL: http://svn.apache.org/viewvc?rev=1905029&view=rev
Log:
update javadoc

Modified:
    
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
    
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java

Modified: 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java?rev=1905029&r1=1905028&r2=1905029&view=diff
==============================================================================
--- 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
 (original)
+++ 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
 Wed Nov  2 19:26:57 2022
@@ -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

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java?rev=1905029&r1=1905028&r2=1905029&view=diff
==============================================================================
--- 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java
 (original)
+++ 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/common/UnicodeString.java
 Wed Nov  2 19:26:57 2022
@@ -115,8 +115,8 @@ public class UnicodeString implements Co
     }
 
     /**
-     * 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to