fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-10-26 22:37:34 +00:00
parent 2c086c590e
commit 51b4f2a365
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {