]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix - Generics are type-erased so not included in the javadoc links
authorNick Burch <nick@apache.org>
Fri, 1 Apr 2016 07:17:04 +0000 (07:17 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 Apr 2016 07:17:04 +0000 (07:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737317 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java

index b91efa90806cc4101f785297e7a56e70bb5a1ee6..7ef52c1a7d9e2eeb5471a96ffebcf20b13d77874 100644 (file)
@@ -560,11 +560,11 @@ 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.
-     * @see org.apache.poi.ss.usermodel.Workbook#createCellStyle()
+     * @see org.apache.poi.ss.usermodel.Workbook#createCellStyle
      */
     @Override
     public void setCellStyle(CellStyle style)
index b694ee8caffd4218cb9aa84c0f87dafa095d690f..1053c834deac1c39be1e2cdc97e0cb8d7d59bd54 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, java.util.Map<String, Object>)}</p>
+     * 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.