From 378dbebea8e1cffe2e89bf213e354b84ad6ba37c Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 1 Aug 2016 00:17:33 +0000 Subject: [PATCH] Javadoc fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754694 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/ss/util/CellStyleTemplate.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/java/org/apache/poi/ss/util/CellStyleTemplate.java b/src/java/org/apache/poi/ss/util/CellStyleTemplate.java index e6a7c9c7b3..6c66b9bae0 100644 --- a/src/java/org/apache/poi/ss/util/CellStyleTemplate.java +++ b/src/java/org/apache/poi/ss/util/CellStyleTemplate.java @@ -39,7 +39,7 @@ import org.apache.poi.ss.usermodel.Workbook; * sheet in any workbook. * * This class requires the full spreadsheet to be in memory so - * {@link SWorkbook} Spreadsheets are not supported. The same + * {@link SXSSFWorkbook} Spreadsheets are not supported. The same * {@link CellStyleTemplate} can, however, be applied to both * {@link org.apache.poi.hssf.usermodel.HSSFWorkbook}, and Workbook objects * if necessary. Portions of the border that fall outside the max range of the @@ -97,8 +97,7 @@ public final class CellStyleTemplate { * @param borderStyle * - Type of border to draw. {@link BorderStyle}. * @param extent - * - {@link CellStyleTemplate.BorderExtent} of the borders to be - * applied. + * - {@link BorderExtent} of the borders to be applied. */ public void drawBorders(CellRangeAddress range, BorderStyle borderStyle, BorderExtent extent) { @@ -162,7 +161,7 @@ public final class CellStyleTemplate { * - Type of border to draw. {@link BorderStyle}. * @param color * - Color index from {@link IndexedColors} used to draw the - * borders. Ignored if extent is {@link BorderExtent.NONE}. + * borders. Ignored if extent is {@link BorderExtent#NONE}. * @param extent * - {@link BorderExtent} of the borders to be applied. */ @@ -454,8 +453,7 @@ public final class CellStyleTemplate { * - Color index from {@link IndexedColors} used to draw the * borders. * @param extent - * - {@link CellStyleTemplate.BorderExtent} of the borders for which - * colors are set. + * - {@link BorderExtent} of the borders for which colors are set. */ public void drawBorderColors(CellRangeAddress range, short color, BorderExtent extent) { -- 2.39.5