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
* filesystem.
*
* A wrapper around an {@link InputStream}, which
* 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.
*/
public class CloseIgnoringInputStream extends FilterInputStream {