From 98b620889b52ebc71f06b154c5d599c004ff26e8 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 23 Feb 2019 07:52:06 +0000 Subject: Remove some remnants of NFileSystem git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1854191 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java') diff --git a/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java b/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java index 84b2de913d..47c7e7ff4b 100644 --- a/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java +++ b/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java @@ -119,17 +119,6 @@ public class DirectoryNode return _nfilesystem; } - - /** - * If this is NPOIFS based, return the NPOIFSFileSystem - * that this belong to, otherwise Null if OPOIFS based - * @return the filesystem that this belongs to - */ - public POIFSFileSystem getNFileSystem() - { - return _nfilesystem; - } - /** * open a document in the directory's entry's list of entries * -- cgit v1.2.3