mirror of https://github.com/apache/poi.git
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
3d9c0077df
commit
b429763cdb
|
@ -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