mirror of
https://github.com/apache/poi.git
synced 2025-03-06 17:09:08 +00:00
error message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24b3dac0c0
commit
4e2934ffff
@ -327,7 +327,7 @@ public final class ZipPackage extends OPCPackage {
|
||||
|
||||
if (partList.containsKey(partName)) {
|
||||
throw new InvalidFormatException(
|
||||
"A part with the name '"+partName+"' already exist : Packages shall not contain equivalent part names " +
|
||||
"A part with the name '"+partName+"' already exists : Packages shall not contain equivalent part names " +
|
||||
"and package implementers shall neither create nor recognize packages with equivalent part names. [M1.12]");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user