]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Wed, 13 Oct 2021 14:20:49 +0000 (14:20 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 13 Oct 2021 14:20:49 +0000 (14:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894194 13f79535-47bb-0310-9956-ffa450edef68

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

index 9cef016c029e2926cc1c3ed869ec39949797782e..1ee1961de79a2d699d8f6d778ece8c595037a20f 100644 (file)
@@ -350,12 +350,14 @@ public final class ZipPackage extends OPCPackage {
     /**
      * Create a new MemoryPackagePart from the specified URI and content type
      *
-     *
-     * aram partName The part URI.
-     *
+     * @param partName
+     *            The part name.
      * @param contentType
      *            The part content type.
+     * @param loadRelationships
+     *            whether to load relationships.
      * @return The newly created zip package part, else <b>null</b>.
+     * @throws IllegalArgumentException if partName or contentType is null
      */
     @Override
     protected PackagePart createPartImpl(PackagePartName partName,