You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2018/09/25 22:36:36 UTC

svn commit: r1841987 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java

Author: fanningpj
Date: Tue Sep 25 22:36:36 2018
New Revision: 1841987

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

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java?rev=1841987&r1=1841986&r2=1841987&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java Tue Sep 25 22:36:36 2018
@@ -476,14 +476,9 @@ public class XSSFTable extends POIXMLDoc
      * this method does not create or remove any columns and does not change any
      * cell values.
      * 
-     * @deprecated Use {@link #setTableArea} instead, which will ensure that the
-     *             the amount of columns always matches table area always width.
-     * 
      * @see "Open Office XML Part 4: chapter 3.5.1.2, attribute ref"
      * @since 3.17 beta 1
      */
-    @Deprecated
-    @Removal(version="4.2.0")
     public void setCellReferences(AreaReference refs) {
         setCellRef(refs);
     }
@@ -527,7 +522,7 @@ public class XSSFTable extends POIXMLDoc
      * Updating the area with this method will create new column as necessary to
      * the right side of the table but will not modify any cell values.
      * 
-     * @param refs
+     * @param tableArea
      *            the new area of the table
      * @throws IllegalArgumentException
      *             if the area is {@code null} or not



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org