]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Wed, 14 Sep 2016 17:25:03 +0000 (17:25 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 14 Sep 2016 17:25:03 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760733 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java

index ca54fa9f453b5215db370ef95df52231c9f7534e..da053e6d1a7a3568ffdda7ec1919b4d90c7f80db 100644 (file)
@@ -89,6 +89,8 @@ public final class ZipPackage extends OPCPackage {
      * @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);