Fix javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-09-21 19:18:40 +00:00
parent 6488170c6d
commit c556e08a52
1 changed files with 2 additions and 2 deletions

View File

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