Author: nick
Date: Fri Apr 1 07:17:04 2016
New Revision: 1737317
URL: http://svn.apache.org/viewvc?rev=1737317&view=rev
Log:
Javadoc fix - Generics are type-erased so not included in the javadoc links
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java?rev=1737317&r1=1737316&r2=1737317&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java Fri
Apr 1 07:17:04 2016
@@ -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)
Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java?rev=1737317&r1=1737316&r2=1737317&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java Fri
Apr 1 07:17:04 2016
@@ -619,7 +619,7 @@ public final class XSSFCell implements C
* 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]