You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/05/26 19:55:24 UTC

svn commit: r1681801 - /poi/trunk/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java

Author: nick
Date: Tue May 26 17:55:23 2015
New Revision: 1681801

URL: http://svn.apache.org/r1681801
Log:
Remove a long-deprecated OPOIFS related method

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java?rev=1681801&r1=1681800&r2=1681801&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java Tue May 26 17:55:23 2015
@@ -85,16 +85,6 @@ public class EventBasedExcelExtractor ex
    }
 
    /**
-    * 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
     */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org