mirror of https://github.com/apache/poi.git
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:
parent
4f431856cc
commit
211b50b2e1
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue