]> source.dussan.org Git - poi.git/commitdiff
javadoc fixes
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 12 Oct 2015 23:10:02 +0000 (23:10 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 12 Oct 2015 23:10:02 +0000 (23:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708265 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/sl/usermodel/RectAlign.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java

index af1f8173321a1f6e84c3f94a07937de5dcde5db1..471043f41d0ee444d5db24b82cd90ed6825d48bc 100644 (file)
@@ -20,8 +20,8 @@ package org.apache.poi.sl.usermodel;
 
 /**
  * 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
  */
 public enum RectAlign {
index 9d35eceace290cb27fc6cd6baf81f8f65b2b3d92..918a7faf8e55e183b54c0c436ab9fe23f28fb2cb 100644 (file)
@@ -465,7 +465,7 @@ public class XSSFCellStyle implements CellStyle {
      * Note - many cells are actually filled with a foreground
      *  fill, not a background fill - see {@link #getFillForegroundColor()}
      * </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
      */
     public XSSFColor getFillBackgroundXSSFColor() {