javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2015-10-12 23:10:02 +00:00
parent 5fd71db914
commit a0a197bc96
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ package org.apache.poi.sl.usermodel;
/** /**
* Specifies possible rectangle alignment types. * Specifies possible rectangle alignment types.
* * See org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment
* @see org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment *
* @see org.apache.poi.sl.draw.binding.STRectAlignment * @see org.apache.poi.sl.draw.binding.STRectAlignment
*/ */
public enum RectAlign { public enum RectAlign {

View File

@ -465,7 +465,7 @@ public class XSSFCellStyle implements CellStyle {
* Note - many cells are actually filled with a foreground * Note - many cells are actually filled with a foreground
* fill, not a background fill - see {@link #getFillForegroundColor()} * fill, not a background fill - see {@link #getFillForegroundColor()}
* </p> * </p>
* @see org.apache.poi.xssf.usermodel.XSSFColor#getRgb() * @see org.apache.poi.xssf.usermodel.XSSFColor#getRGB()
* @return XSSFColor - fill color or <code>null</code> if not set * @return XSSFColor - fill color or <code>null</code> if not set
*/ */
public XSSFColor getFillBackgroundXSSFColor() { public XSSFColor getFillBackgroundXSSFColor() {