Skip to content

Commit d1c4ba7

Browse files
committed
PDFBOX-6099: revert changes of 5976, no longer needed now
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1931013 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6e2047f commit d1c4ba7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xmpbox/src/main/java/org/apache/xmpbox/xml/DomXmpParser.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,11 +1219,6 @@ protected void push(Element description)
12191219
{
12201220
map.put(no.getLocalName(), no.getValue());
12211221
}
1222-
else if (no.getNamespaceURI() != null && no.getPrefix() != null)
1223-
{
1224-
// PDFBOX-5976
1225-
map.put(no.getPrefix(), no.getNamespaceURI());
1226-
}
12271222
}
12281223
stack.push(map);
12291224
}

0 commit comments

Comments
 (0)