fix accidental infinite recursion

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-13 08:55:41 +00:00
parent 4c89f44cc5
commit 48410a4224

View 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