Author: onealj
Date: Wed Sep 14 17:25:03 2016
New Revision: 1760733
URL: http://svn.apache.org/viewvc?rev=1760733&view=rev
Log:
javadocs
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java
Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java?rev=1760733&r1=1760732&r2=1760733&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java Wed
Sep 14 17:25:03 2016
@@ -89,6 +89,8 @@ public final class ZipPackage extends OP
* @throws IllegalArgumentException
* If the specified input stream not an instance of
* ZipInputStream.
+ * @throws IOException
+ * if input stream cannot be opened, read, or closed
*/
ZipPackage(InputStream in, PackageAccess access) throws IOException {
super(access);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]