mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
uncomment lines, that were temporary commented for debug purposes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143760 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
306fcf34c9
commit
247899765c
@ -262,8 +262,7 @@ public class FoDocumentFacade
|
||||
|
||||
public Element setPdfProperty( String name, String value )
|
||||
{
|
||||
// return setProperty( "http://ns.adobe.com/pdf/1.3/", "pdf", name, value );
|
||||
return null;
|
||||
return setProperty( "http://ns.adobe.com/pdf/1.3/", "pdf", name, value );
|
||||
}
|
||||
|
||||
public void setProducer( String value )
|
||||
@ -318,8 +317,7 @@ public class FoDocumentFacade
|
||||
|
||||
public Element setXmpProperty( String name, String value )
|
||||
{
|
||||
// return setProperty( "http://ns.adobe.com/xap/1.0/", "xmp", name, value );
|
||||
return null;
|
||||
return setProperty( "http://ns.adobe.com/xap/1.0/", "xmp", name, value );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user