]> source.dussan.org Git - poi.git/commitdiff
bug 59170: add version when deprecated
authorJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 01:00:38 +0000 (01:00 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 01:00:38 +0000 (01:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748784 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java

index 872ed1d2fde12c6d9854a8bfe4266358f45b6afe..ac169299536ef8f694987463b7dbb35bda24f035 100644 (file)
@@ -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