Author: fanningpj
Date: Sun May 11 08:03:59 2025
New Revision: 1925492

URL: http://svn.apache.org/viewvc?rev=1925492&view=rev
Log:
typo

Modified:
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/util/HSSFColor.java

Modified: poi/trunk/poi/src/main/java/org/apache/poi/hssf/util/HSSFColor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/util/HSSFColor.java?rev=1925492&r1=1925491&r2=1925492&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/util/HSSFColor.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/util/HSSFColor.java Sun May 
11 08:03:59 2025
@@ -34,7 +34,7 @@ import org.apache.poi.ss.usermodel.Color
  * Each color has an index (for the standard palette in Excel (tm) ),
  * native (RGB) triplet and string triplet.  The string triplet is as the
  * color would be represented by Gnumeric.  Having (string) this here is a bit 
of a
- * collision of function between HSSF and the HSSFSerializer but I think its
+ * collision of function between HSSF and the HSSFSerializer but I think it's
  * a reasonable one in this case.
  */
 public class HSSFColor implements Color {



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

Reply via email to