remove deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-22 22:50:59 +00:00
parent b2aa78144f
commit 732d640c41
1 changed files with 0 additions and 11 deletions

View File

@ -42,17 +42,6 @@ import org.apache.poi.util.Units;
*/
public abstract class Metafile extends HSLFPictureData {
/**
* @deprecated Use {@link HSLFSlideShow#addPicture(byte[], PictureType)} or one of it's overloads to create new
* Metafile. This API led to detached Metafile instances (See Bugzilla
* 46122) and prevented adding additional functionality.
*/
@Deprecated
@Removal(version = "5.3")
public Metafile() {
this(new EscherContainerRecord(), new EscherBSERecord());
}
/**
* Creates a new instance.
*