mirror of https://github.com/apache/poi.git
bug 60331: remove deprecated OutlookTextExtractor constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f904acbb01
commit
a289f095f2
|
@ -43,13 +43,6 @@ public class OutlookTextExtactor extends POIOLE2TextExtractor {
|
|||
public OutlookTextExtactor(MAPIMessage msg) {
|
||||
super(msg);
|
||||
}
|
||||
/**
|
||||
* Use {@link #OutlookTextExtactor(DirectoryNode)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public OutlookTextExtactor(DirectoryNode poifsDir, POIFSFileSystem fs) throws IOException {
|
||||
this(new MAPIMessage(poifsDir, fs));
|
||||
}
|
||||
public OutlookTextExtactor(DirectoryNode poifsDir) throws IOException {
|
||||
this(new MAPIMessage(poifsDir));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue