bug 59170: deprecate o.a.p.hssf.model.PictureShape

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-17 02:31:27 +00:00
parent 07767097bb
commit 7b14a48436

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