Browse Source

Bug-61947 remove deprecated method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819758 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_0_FINAL
PJ Fanning 6 years ago
parent
commit
f4ba8f0fcb
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java

+ 0
- 8
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java View File

@@ -329,14 +329,6 @@ public class XSSFTable extends POIXMLDocumentPart implements Table {
return ctTable.getTableColumns().getCount();
}

/**
* @return the number of mapped table columns (see Open Office XML Part 4: chapter 3.5.1.4)
* @deprecated 3.15 beta 2. Use {@link #getNumberOfMappedColumns}.
*/
public long getNumerOfMappedColumns() {
return getNumberOfMappedColumns();
}

/**
* @return The reference for the cells of the table
* (see Open Office XML Part 4: chapter 3.5.1.2, attribute ref)

Loading…
Cancel
Save