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:
Sergey Vladimirov 2011-07-07 11:09:47 +00:00
parent 2dc223b9e9
commit 814aed073e

View File

@ -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 );
}
}