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:
parent
6488170c6d
commit
c556e08a52
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user