]> source.dussan.org Git - poi.git/commitdiff
fix accidental infinite recursion
authorJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 08:55:41 +0000 (08:55 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 08:55:41 +0000 (08:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748143 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/util/RegionUtil.java

index f16fe62c91a6bc6992087d7cddd1da4a0863353c..6bb7c0a86042ff57a8c2b20fa080cf103e0e0c1b 100644 (file)
@@ -109,7 +109,7 @@ public final class RegionUtil {
      * @deprecated 3.15 beta 2. Use {@link #setLeftBorderColor(int, CellRangeAddress, Sheet).
      */
     public static void setLeftBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook) {
-        setLeftBorderColor(color, region, sheet, workbook);
+        setLeftBorderColor(color, region, sheet);
     }
     /**
      * Sets the left border color for a region of cells by manipulating the cell style of the individual