Remove a long-deprecated OPOIFS related method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe07d32178
commit
e4b6cb6811
@ -84,16 +84,6 @@ public class EventBasedExcelExtractor extends POIOLE2TextExtractor implements or
|
||||
this(fs.getRoot());
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the underlying POIFS FileSystem of
|
||||
* this document.
|
||||
*
|
||||
* @deprecated Use {@link #getRoot()} instead
|
||||
*/
|
||||
public POIFSFileSystem getFileSystem() {
|
||||
return _dir.getFileSystem();
|
||||
}
|
||||
|
||||
/**
|
||||
* Would return the document information metadata for the document,
|
||||
* if we supported it
|
||||
|
Loading…
Reference in New Issue
Block a user