From 286e650c2af561c97bb7e4378ac1aaaa1b0b4d18 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Mon, 13 Jun 2016 01:00:51 +0000 Subject: rename drawBorders(..., short color, ...) to drawColoredBorders to make it obvious that method changes border line style and color git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748074 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/java') diff --git a/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java b/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java index 0446e79cda..f14e47dd6d 100644 --- a/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java +++ b/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java @@ -293,7 +293,7 @@ public final class BorderPropertyTemplate { * @param extent BorderExtent of the borders to be applied. * @since 3.15 beta 2 */ - public void drawBorders(CellRangeAddress range, BorderStyle borderType, short color, BorderExtent extent) { + public void drawColoredBorders(CellRangeAddress range, BorderStyle borderType, short color, BorderExtent extent) { drawBorders(range, borderType, extent); if (borderType != BorderStyle.NONE) { drawBorderColors(range, color, extent); @@ -518,8 +518,8 @@ public final class BorderPropertyTemplate { /** * Applies the drawn borders to a Sheet. The borders that are applied are - * the ones that have been drawn by the {@link #drawBorders} and - * {@link #drawBorderColors} methods. + * the ones that have been drawn by {@link #drawColoredBorders}, {@link #drawBorders} and + * {@link #drawBorderColors}. * The same border property template can be applied to multiple sheets * from the same or different workbooks. * -- cgit v1.2.3