From a080a9c56f1e22a523b5edcf900c0e8896cf961e Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sat, 20 Jun 2015 15:08:42 +0000 Subject: [PATCH] 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 --- src/java/org/apache/poi/poifs/property/PropertyTable.java | 2 +- src/java/org/apache/poi/util/CloseIgnoringInputStream.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/poi/poifs/property/PropertyTable.java b/src/java/org/apache/poi/poifs/property/PropertyTable.java index 28d49cde1c..75ca4a03b3 100644 --- a/src/java/org/apache/poi/poifs/property/PropertyTable.java +++ b/src/java/org/apache/poi/poifs/property/PropertyTable.java @@ -27,7 +27,7 @@ import org.apache.poi.poifs.storage.PropertyBlock; 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. * diff --git a/src/java/org/apache/poi/util/CloseIgnoringInputStream.java b/src/java/org/apache/poi/util/CloseIgnoringInputStream.java index 0ccc24ee9d..66e42c258c 100644 --- a/src/java/org/apache/poi/util/CloseIgnoringInputStream.java +++ b/src/java/org/apache/poi/util/CloseIgnoringInputStream.java @@ -24,7 +24,7 @@ import java.io.InputStream; * 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 { -- 2.39.5