Author: tilman
Date: Fri Mar 4 17:57:25 2016
New Revision: 1733626
URL: http://svn.apache.org/viewvc?rev=1733626&view=rev
Log:
PDFBOX-3258: fix comment
Modified:
pdfbox/trunk/xmpbox/src/main/java/org/apache/xmpbox/type/AbstractComplexProperty.java
Modified:
pdfbox/trunk/xmpbox/src/main/java/org/apache/xmpbox/type/AbstractComplexProperty.java
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/src/main/java/org/apache/xmpbox/type/AbstractComplexProperty.java?rev=1733626&r1=1733625&r2=1733626&view=diff
==============================================================================
---
pdfbox/trunk/xmpbox/src/main/java/org/apache/xmpbox/type/AbstractComplexProperty.java
(original)
+++
pdfbox/trunk/xmpbox/src/main/java/org/apache/xmpbox/type/AbstractComplexProperty.java
Fri Mar 4 17:57:25 2016
@@ -67,7 +67,7 @@ public abstract class AbstractComplexPro
//
https://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart1.pdf
// "Each property name in an XMP packet shall be unique within that
packet"
// "Multiple values are represented using an XMP array value"
- // "The nested elementââ¬â¢s element content shall consist of zero
or more rdf:li elements,
+ // "The nested element's element content shall consist of zero or more
rdf:li elements,
// one for each item in the array"
// thus delete existing elements of a property, except for arrays
("li")
if (!(this instanceof ArrayProperty))