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:
Nick Burch 2015-05-26 17:55:23 +00:00
parent 1bb45fdc91
commit d617309024
1 changed files with 0 additions and 10 deletions

View File

@ -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