]> source.dussan.org Git - poi.git/commitdiff
Bug-61947 remove deprecated method
authorPJ Fanning <fanningpj@apache.org>
Mon, 1 Jan 2018 11:42:43 +0000 (11:42 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 1 Jan 2018 11:42:43 +0000 (11:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819758 13f79535-47bb-0310-9956-ffa450edef68

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

index 1ce8a0ef5626c2a221fa74a1fe33a4daee8912e8..5398c88d4be20cdedcaefa3e5b91d5f497b44c94 100644 (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)