]> source.dussan.org Git - poi.git/commitdiff
remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced with RowSh...
authorJaven O'Neal <onealj@apache.org>
Tue, 17 Oct 2017 07:10:25 +0000 (07:10 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 17 Oct 2017 07:10:25 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812354 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.java

index 60e7ce78f67ee084df1f7253017608841abc0465..c5ea819ad183473ec149fce59ed8e913cec7a2c9 100644 (file)
@@ -63,19 +63,6 @@ public final class XSSFRowShifter extends RowShifter {
     public XSSFRowShifter(XSSFSheet sh) {
         super(sh);
     }
-    
-    /**
-     * Shift merged regions
-     * 
-     * @param startRow the row to start shifting
-     * @param endRow   the row to end shifting
-     * @param n        the number of rows to shift
-     * @return an array of merged cell regions
-     * @deprecated POI 3.15 beta 2. Use {@link #shiftMergedRegions(int, int, int)} instead.
-     */
-    public List<CellRangeAddress> shiftMerged(int startRow, int endRow, int n) {
-        return shiftMergedRegions(startRow, endRow, n);
-    }
 
     /**
      * Updated named ranges