You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/06/17 01:00:38 UTC

svn commit: r1748784 - /poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java

Author: onealj
Date: Fri Jun 17 01:00:38 2016
New Revision: 1748784

URL: http://svn.apache.org/viewvc?rev=1748784&view=rev
Log:
bug 59170: add version when deprecated

Modified:
    poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java

Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java?rev=1748784&r1=1748783&r2=1748784&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java (original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java Fri Jun 17 01:00:38 2016
@@ -121,7 +121,9 @@ public final class HWPFDocument extends
   /** 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
     /**
      * @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
 
   /**
    * @return FieldsTables object, that is able to extract fields descriptors from this document
-   * @deprecated
+   * @deprecated POI 3.8.
    */
     @Deprecated
     @Internal



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org