fixed javadoc links after imports have been organized

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2015-06-20 15:08:42 +00:00
parent e4f5df42f6
commit e484eeac43
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import org.apache.poi.poifs.storage.PropertyBlock;
import org.apache.poi.poifs.storage.RawDataBlockList; import org.apache.poi.poifs.storage.RawDataBlockList;
/** /**
* This class embodies the Property Table for the {@link POIFSFileSystem}; * This class embodies the Property Table for the {@link org.apache.poi.poifs.filesystem.POIFSFileSystem};
* this is basically the directory for all of the documents in the * this is basically the directory for all of the documents in the
* filesystem. * filesystem.
* *

View File

@ -24,7 +24,7 @@ import java.io.InputStream;
* A wrapper around an {@link InputStream}, which * A wrapper around an {@link InputStream}, which
* ignores close requests made to it. * ignores close requests made to it.
* *
* Useful with {@link POIFSFileSystem}, where you want * Useful with {@link org.apache.poi.poifs.filesystem.POIFSFileSystem}, where you want
* to control the close yourself. * to control the close yourself.
*/ */
public class CloseIgnoringInputStream extends FilterInputStream { public class CloseIgnoringInputStream extends FilterInputStream {