bug 59170: add version when deprecated
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae12cfcd57
commit
5fe6c32f85
@ -121,7 +121,9 @@ public final class HWPFDocument extends HWPFDocumentCore
|
||||
/** Holds pictures table */
|
||||
protected PicturesTable _pictures;
|
||||
|
||||
/** Holds Office Art objects */
|
||||
/** Holds Office Art objects
|
||||
* @deprecated POI 3.8.
|
||||
*/
|
||||
@Deprecated
|
||||
protected ShapesTable _officeArts;
|
||||
|
||||
@ -536,7 +538,7 @@ public final class HWPFDocument extends HWPFDocumentCore
|
||||
/**
|
||||
* @return ShapesTable object, that is able to extract office are shapes
|
||||
* from this document
|
||||
* @deprecated use {@link #getOfficeDrawingsMain()} instead
|
||||
* @deprecated POI 3.8. Use {@link #getOfficeDrawingsMain()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
@Internal
|
||||
@ -581,7 +583,7 @@ public final class HWPFDocument extends HWPFDocumentCore
|
||||
|
||||
/**
|
||||
* @return FieldsTables object, that is able to extract fields descriptors from this document
|
||||
* @deprecated
|
||||
* @deprecated POI 3.8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Internal
|
||||
|
Loading…
Reference in New Issue
Block a user