git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-13 14:20:49 +00:00
parent bdf185006c
commit 5b7b8ae1a9

View 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,