mirror of https://github.com/apache/poi.git
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:
parent
b2aa78144f
commit
732d640c41
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue