Skip to content

Commit fbacbdc

Browse files
committed
PDFBOX-6111: remove method that throws a ClassCastException
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930124 13f79535-47bb-0310-9956-ffa450edef68
1 parent 32d831d commit fbacbdc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

xmpbox/src/main/java/org/apache/xmpbox/schema/XMPMediaManagementSchema.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -782,16 +782,6 @@ public ArrayProperty getHistoryProperty()
782782
return (ArrayProperty) getProperty(HISTORY);
783783
}
784784

785-
/**
786-
* Get List of History values
787-
*
788-
* @return List of History values
789-
*/
790-
public List<String> getHistory()
791-
{
792-
return getUnqualifiedSequenceValueList(HISTORY);
793-
}
794-
795785
// --------------------------------------- Ingredients
796786
// ----------------------------
797787

0 commit comments

Comments
 (0)