From: PJ Fanning Date: Tue, 25 Sep 2018 22:36:36 +0000 (+0000) Subject: fix javadoc X-Git-Tag: REL_4_0_1~93 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5df2742d730dc6ea814e59ef57d2042fa8eb1a3a;p=poi.git fix javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841987 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java index 411917f32e..16a21f0d6a 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java @@ -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