bug 61296: suggest de-duplication of purl dublin core namespace url
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36e97a30e5
commit
a91c041c43
@ -279,8 +279,8 @@ public class FoDocumentFacade
|
||||
|
||||
public Element setDublinCoreProperty( String name, String value )
|
||||
{
|
||||
return setProperty( "http://purl.org/dc/elements/1.1/", "dc", name,
|
||||
value );
|
||||
// poi-ooxml: org.apache.poi.openxml4j.opc.PackageProperties#NAMESPACE_DC
|
||||
return setProperty( "http://purl.org/dc/elements/1.1/", "dc", name, value );
|
||||
}
|
||||
|
||||
public void setKeywords( String value )
|
||||
|
Loading…
Reference in New Issue
Block a user