diff --git a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/ZipPackage.java b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/ZipPackage.java index 9cef016c02..1ee1961de7 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/ZipPackage.java +++ b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/ZipPackage.java @@ -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 null. + * @throws IllegalArgumentException if partName or contentType is null */ @Override protected PackagePart createPartImpl(PackagePartName partName,