Skip to content

Commit 94e9cbe

Browse files
committed
PDFBOX-5660: add toString() for easier debugging
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930892 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3247cd2 commit 94e9cbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ public PropertyType getPropertyType(String name)
8484
return types.get(name);
8585
}
8686

87+
@Override
88+
public String toString()
89+
{
90+
return "PropertiesDescription{" + "types=" + types + '}';
91+
}
8792
}

0 commit comments

Comments
 (0)