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:
parent
4c89f44cc5
commit
48410a4224
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user