fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-09-25 22:36:36 +00:00
parent 7c243f3d76
commit 6af2173f93

View 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 * this method does not create or remove any columns and does not change any
* cell values. * 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" * @see "Open Office XML Part 4: chapter 3.5.1.2, attribute ref"
* @since 3.17 beta 1 * @since 3.17 beta 1
*/ */
@Deprecated
@Removal(version="4.2.0")
public void setCellReferences(AreaReference refs) { public void setCellReferences(AreaReference refs) {
setCellRef(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 * 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. * the right side of the table but will not modify any cell values.
* *
* @param refs * @param tableArea
* the new area of the table * the new area of the table
* @throws IllegalArgumentException * @throws IllegalArgumentException
* if the area is {@code null} or not * if the area is {@code null} or not