git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-13 11:24:48 +00:00
parent ae9cbc4230
commit e5722ef4e2
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ public final class PackagePropertiesUnmarshaller implements PartUnmarshaller {
// DCTerms namespace only use with 'created' and 'modified' elements // DCTerms namespace only use with 'created' and 'modified' elements
if (!(elName.equals(KEYWORD_CREATED) || elName.equals(KEYWORD_MODIFIED))) { if (!(elName.equals(KEYWORD_CREATED) || elName.equals(KEYWORD_MODIFIED))) {
throw new InvalidFormatException("Namespace error : " + elName throw new InvalidFormatException("Namespace error : " + elName
+ " shouldn't have the following naemspace -> " + " shouldn't have the following namespace -> "
+ PackageProperties.NAMESPACE_DCTERMS); + PackageProperties.NAMESPACE_DCTERMS);
} }