You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/08/01 00:17:33 UTC

svn commit: r1754694 - /poi/trunk/src/java/org/apache/poi/ss/util/CellStyleTemplate.java

Author: nick
Date: Mon Aug  1 00:17:33 2016
New Revision: 1754694

URL: http://svn.apache.org/viewvc?rev=1754694&view=rev
Log:
Javadoc fixes

Modified:
    poi/trunk/src/java/org/apache/poi/ss/util/CellStyleTemplate.java

Modified: poi/trunk/src/java/org/apache/poi/ss/util/CellStyleTemplate.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellStyleTemplate.java?rev=1754694&r1=1754693&r2=1754694&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/util/CellStyleTemplate.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/util/CellStyleTemplate.java Mon Aug  1 00:17:33 2016
@@ -39,7 +39,7 @@ import org.apache.poi.ss.usermodel.Workb
  * 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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org