mirror of https://github.com/apache/poi.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4575a0dfe
commit
d2844f5601
|
@ -22,7 +22,7 @@ import org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody;
|
|||
import org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph;
|
||||
|
||||
/*
|
||||
* @deprecated POI 3.16 beta 1. use {@link XSLFTable} instead
|
||||
* @deprecated POI 3.16 beta 1. use {@link XSLFTextShape} instead
|
||||
*/
|
||||
@Removal(version="3.18")
|
||||
public class DrawingTextBody {
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType;
|
|||
*
|
||||
*/
|
||||
/*
|
||||
* @deprecated POI 3.16 beta 1. use ??? instead
|
||||
* @deprecated POI 3.16 beta 1. use {@link XSLFSimpleShape#isPlaceholder} instead
|
||||
*/
|
||||
@Removal(version="3.18")
|
||||
public class DrawingTextPlaceholder extends DrawingTextBody {
|
||||
|
|
Loading…
Reference in New Issue