Author: fanningpj
Date: Wed May  8 21:30:13 2024
New Revision: 1917586

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

Modified:
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java?rev=1917586&r1=1917585&r2=1917586&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java 
(original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java 
Wed May  8 21:30:13 2024
@@ -609,7 +609,7 @@ public final class XSSFCell extends Cell
      * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, 
java.util.Map)}</p>
      *
      * @param style  reference contained in the workbook.
-     * If the value is null then the style information is removed causing the 
cell to used the default workbook style.
+     * If the value is null then the style information is removed causing the 
cell to use the default workbook style.
      * @throws IllegalArgumentException if style belongs to a different styles 
source (most likely because style is from a different Workbook)
      */
     @Override

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java?rev=1917586&r1=1917585&r2=1917586&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
 Wed May  8 21:30:13 2024
@@ -116,7 +116,7 @@ public class XSSFCellStyle implements Ce
      * This is normally called when trying to assign a style to a
      *  cell, to ensure the cell and the style are from the same
      *  workbook (if they're not, it won't work)
-     * @throws IllegalArgumentException if there's a workbook mis-match
+     * @throws IllegalArgumentException if there's a workbook mismatch
      */
     public void verifyBelongsToStylesSource(StylesTable src) {
         if(this._stylesSource != src) {
@@ -883,7 +883,7 @@ public class XSSFCellStyle implements Ce
      * <br>
     * <i>Note: Ensure Foreground color is set prior to background color.</i>
     * @param color the color to use
-    * @see #setFillBackgroundColor(org.apache.poi.xssf.usermodel.XSSFColor) )
+    * @see #setFillBackgroundColor(org.apache.poi.xssf.usermodel.XSSFColor)
     */
     public void setFillForegroundColor(XSSFColor color) {
         CTFill ct = getCTFill();
@@ -982,7 +982,7 @@ public class XSSFCellStyle implements Ce
 
     /**
      * This element is used to specify cell fill information for pattern and 
solid color cell fills. For solid cell fills (no pattern),
-     * foreground color is used is used. For cell fills with patterns 
specified, then the cell fill color is specified by the background color 
element.
+     * foreground color is used. For cell fills with patterns specified, then 
the cell fill color is specified by the background color element.
      *
      * @param pattern the fill pattern to use
      * @see #setFillBackgroundColor(XSSFColor)



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

Reply via email to