]> source.dussan.org Git - poi.git/commitdiff
fix javadocs
authorJaven O'Neal <onealj@apache.org>
Sat, 2 Jan 2016 06:23:05 +0000 (06:23 +0000)
committerJaven O'Neal <onealj@apache.org>
Sat, 2 Jan 2016 06:23:05 +0000 (06:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722609 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/ss/usermodel/Cell.java
src/java/org/apache/poi/ss/util/CellUtil.java
src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java

index 571d0863166124035ce3d0f8ef70e1b405d4f8cb..407f15b47e782c2dd02a1f84d2bd34fab6e5563f 100644 (file)
@@ -884,7 +884,7 @@ public class HSSFCell implements Cell {
      * the HSSFWorkbook.</p>
      * 
      * <p>To change the style of a cell without affecting other cells that use the same style,
-     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, Map<String, Object>)}</p>
+     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(org.apache.poi.ss.usermodel.Cell, Map)}</p>
      *
      * @param style  reference contained in the workbook
      * @see org.apache.poi.hssf.usermodel.HSSFWorkbook#createCellStyle()
index fa866bb4fa16843b3ef0e75fd9f3958bdb0428cb..65cade5cba2ebc5552c6b972f1f011e54ad5900f 100644 (file)
@@ -331,7 +331,7 @@ public interface Cell {
      * the Workbook.</p>
      * 
      * <p>To change the style of a cell without affecting other cells that use the same style,
-     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, Map<String, Object>)}</p>
+     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, 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.
index 2af1430e888107c17b074f90fac449471c4bffc9..2e4a09657bc250819e7c9e3acc1411e6d9991910 100644 (file)
@@ -187,8 +187,8 @@ public final class CellUtil {
         * <p>For performance reasons, if this is the only cell in a workbook that uses a cell style,
         * this method does NOT remove the old style from the workbook.
         * <!-- NOT IMPLEMENTED: Unused styles should be
-        * pruned from the workbook with {@link #removeUnusedCellStyles(Workbook)} or
-        * {@link #removeStyleFromWorkbookIfUnused(CellStyle, Workbook)}. -->
+        * pruned from the workbook with [@link #removeUnusedCellStyles(Workbook)] or
+        * [@link #removeStyleFromWorkbookIfUnused(CellStyle, Workbook)]. -->
         * </p>
         *
         * @param cell The cell to change the style of
@@ -236,7 +236,7 @@ public final class CellUtil {
         * same style.</p>
         * 
         * <p>If setting more than one cell style property on a cell, use
-        * {@link #setCellStyleProperties(org.apache.poi.ss.usermodel.Cell, Map<String, Object>)},
+        * {@link #setCellStyleProperties(org.apache.poi.ss.usermodel.Cell, Map)},
         * which is faster and does not add unnecessary intermediate CellStyles to the workbook.</p>
         * 
         * @param workbook The workbook that is being worked with.
index 744b91f70b6e4d3a8e8ced525dcaa811d4a4f1be..7c0bfbe43230ae97bad98c6ca95e5ccc0ce51c7e 100644 (file)
@@ -545,7 +545,7 @@ public class SXSSFCell implements Cell {
      * the Workbook.</p>
      * 
      * <p>To change the style of a cell without affecting other cells that use the same style,
-     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, Map<String, Object>)}</p>
+     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, 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.
index 15c7134010123b80828cf93a17dd4dc5cd0cb47a..ca56b59fd2f65f7ce2056ee6e76a846f882ffa10 100644 (file)
@@ -619,7 +619,7 @@ public final class XSSFCell implements Cell {
      * the XSSFWorkbook.</p>
      *
      * <p>To change the style of a cell without affecting other cells that use the same style,
-     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, Map<String, Object>)}</p>
+     * use {@link org.apache.poi.ss.util.CellUtil#setCellStyleProperties(Cell, 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.