Skip to content

Commit e9e56c2

Browse files
committed
PDFBOX-6133: delete obsolete comment
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930931 13f79535-47bb-0310-9956-ffa450edef68
1 parent a74a0fa commit e9e56c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xmpbox/src/main/java/org/apache/xmpbox/type/TypeMapping.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public void addToDefinedStructuredTypes(String typeName, String ns, PropertiesDe
155155
public PropertiesDescription getDefinedDescriptionByNamespace(String namespace, String pdfaFieldName)
156156
{
157157
List<PropertiesDescription> propDescList = definedStructuredNamespaces2.get(namespace);
158-
// gets list of type names (not to be confused with field names / property names)
159158
for (PropertiesDescription propDesc : propDescList)
160159
{
161160
// check whether one of these field names matches

0 commit comments

Comments
 (0)