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
579a132ef3
commit
5add583122
@ -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
Block a user