diff --git a/src/java/org/apache/poi/ss/util/RegionUtil.java b/src/java/org/apache/poi/ss/util/RegionUtil.java index ca1cf6559..8d6a3034d 100644 --- a/src/java/org/apache/poi/ss/util/RegionUtil.java +++ b/src/java/org/apache/poi/ss/util/RegionUtil.java @@ -106,7 +106,7 @@ public final class RegionUtil { * @param region The region that should have the border * @param workbook The workbook that the region is on. * @param sheet The sheet that the region is on. - * @deprecated 3.15 beta 2. Use {@link #setLeftBorderColor(int, CellRangeAddress, Sheet). + * @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); @@ -144,7 +144,7 @@ public final class RegionUtil { * @param region The region that should have the border * @param workbook The workbook that the region is on. * @param sheet The sheet that the region is on. - * @deprecated 3.15 beta 2. Use {@link #setBorderRight(int, CellRangeAddress, Sheet). + * @deprecated 3.15 beta 2. Use {@link #setBorderRight(int, CellRangeAddress, Sheet)} */ public static void setBorderRight(int border, CellRangeAddress region, Sheet sheet, Workbook workbook) { setBorderRight(border, region, sheet); @@ -182,7 +182,7 @@ public final class RegionUtil { * @param region The region that should have the border * @param workbook The workbook that the region is on. * @param sheet The sheet that the region is on. - * @deprecated 3.15 beta 2. Use {@link #setRightBorderColor(int, CellRangeAddress, Sheet). + * @deprecated 3.15 beta 2. Use {@link #setRightBorderColor(int, CellRangeAddress, Sheet)} */ public static void setRightBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook) { setRightBorderColor(color, region, sheet); @@ -258,7 +258,7 @@ public final class RegionUtil { * @param region The region that should have the border * @param workbook The workbook that the region is on. * @param sheet The sheet that the region is on. - * @deprecated 3.15 beta 2. Use {@link #setBottomBorderColor(int, CellRangeAddress, Sheet). + * @deprecated 3.15 beta 2. Use {@link #setBottomBorderColor(int, CellRangeAddress, Sheet)} */ public static void setBottomBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook) { setBottomBorderColor(color, region, sheet); @@ -296,7 +296,7 @@ public final class RegionUtil { * @param region The region that should have the border * @param workbook The workbook that the region is on. * @param sheet The sheet that the region is on. - * @deprecated 3.15 beta 2. Use {@link #setBorderTop(int, CellRangeAddress, Sheet). + * @deprecated 3.15 beta 2. Use {@link #setBorderTop(int, CellRangeAddress, Sheet)} */ public static void setBorderTop(int border, CellRangeAddress region, Sheet sheet, Workbook workbook) { setBorderTop(border, region, sheet);