kitodo / kitodo-ugh

Kitodo.UGH Library
2 stars 10 forks source link

Overwriting namespace prefix #24

Closed henning-gerhardt closed 8 years ago

henning-gerhardt commented 8 years ago

In class MetsMods method setNamespaces of package ugh.fileformats.mets (line 5012) is a copy and paste error: Is:

this.mixNamespacePrefix = premis.getPrefix();

Should:

this.premisNamespacePrefix = premis.getPrefix();
henning-gerhardt commented 8 years ago

Solution in pull request #27.