]> source.dussan.org Git - poi.git/commitdiff
bug 59170: deprecate o.a.p.hssf.model.PictureShape
authorJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 02:31:27 +0000 (02:31 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 02:31:27 +0000 (02:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748792 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/model/PictureShape.java

index 5976df8ef4ac1c9ce87c5745a51a3c7337ca4a96..af8e7693187c4bceb97d62d98501156b577b5720 100644 (file)
@@ -24,7 +24,10 @@ import org.apache.poi.hssf.usermodel.*;
 
 /**
  * Represents a picture shape and creates all specific low level records.
+ * @deprecated 3.15 beta 2. Use {@link HSSFPicture} instead.
+ * This should have been deprecated in r1364547 (POI 3.9) with the other AbstractShape deprecations.
  */
+@Deprecated
 public class PictureShape
         extends AbstractShape
 {