From: Nick Burch Date: Mon, 13 Jun 2016 09:39:36 +0000 (+0000) Subject: Javadoc fixes X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae11fa3dae6985835c7b10266e5244936f7b6324;p=poi.git Javadoc fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748158 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/util/RegionUtil.java b/src/java/org/apache/poi/ss/util/RegionUtil.java index ca1cf65597..8d6a3034d1 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);