]> source.dussan.org Git - poi.git/commitdiff
fix javadoc
authorPJ Fanning <fanningpj@apache.org>
Tue, 25 Sep 2018 22:36:36 +0000 (22:36 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 25 Sep 2018 22:36:36 +0000 (22:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841987 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java

index 411917f32e1d6834e3ea78abd55217b15077616e..16a21f0d6af66c4dc218df7b6e92fc5c91b71e37 100644 (file)
@@ -476,14 +476,9 @@ public class XSSFTable extends POIXMLDocumentPart implements Table {
      * 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 POIXMLDocumentPart implements Table {
      * 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