]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorNick Burch <nick@apache.org>
Mon, 1 Aug 2016 00:17:33 +0000 (00:17 +0000)
committerNick Burch <nick@apache.org>
Mon, 1 Aug 2016 00:17:33 +0000 (00:17 +0000)
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

index e6a7c9c7b34bcf6d50293451d9d71e95e7fff527..6c66b9bae0bde5fcfe7d991462a48ac61eb96320 100644 (file)
@@ -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) {