Author: kiwiwings
Date: Sat Jun 20 15:08:42 2015
New Revision: 1686636

URL: http://svn.apache.org/r1686636
Log:
fixed javadoc links after imports have been organized

Modified:
    poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java
    poi/trunk/src/java/org/apache/poi/util/CloseIgnoringInputStream.java

Modified: poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java?rev=1686636&r1=1686635&r2=1686636&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java Sat Jun 
20 15:08:42 2015
@@ -27,7 +27,7 @@ import org.apache.poi.poifs.storage.Prop
 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.
  *

Modified: poi/trunk/src/java/org/apache/poi/util/CloseIgnoringInputStream.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/util/CloseIgnoringInputStream.java?rev=1686636&r1=1686635&r2=1686636&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/util/CloseIgnoringInputStream.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/util/CloseIgnoringInputStream.java Sat 
Jun 20 15:08:42 2015
@@ -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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to