aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2016-08-01 00:17:33 +0000
committerNick Burch <nick@apache.org>2016-08-01 00:17:33 +0000
commit378dbebea8e1cffe2e89bf213e354b84ad6ba37c (patch)
tree25febe9a685f86ecf771c4f387f55ef80002dcc0
parent5ec21e741df62343ee36f6a50559d20dce29ff19 (diff)
downloadpoi-378dbebea8e1cffe2e89bf213e354b84ad6ba37c.tar.gz
poi-378dbebea8e1cffe2e89bf213e354b84ad6ba37c.zip
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754694 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/java/org/apache/poi/ss/util/CellStyleTemplate.java10
1 files 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) {