]> source.dussan.org Git - poi.git/commitdiff
Remove a long-deprecated OPOIFS related method
authorNick Burch <nick@apache.org>
Tue, 26 May 2015 17:55:23 +0000 (17:55 +0000)
committerNick Burch <nick@apache.org>
Tue, 26 May 2015 17:55:23 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681801 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java

index debeee92c4f91b580e8b37f521ace333cb655d70..4220ca2614b6adea0916f33e5427249e7d5220a5 100644 (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