You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2016/06/28 14:45:35 UTC

svn commit: r1750528 - /xmlgraphics/site/trunk/content/fop/fo.mdtext

Author: ssteiner
Date: Tue Jun 28 14:45:35 2016
New Revision: 1750528

URL: http://svn.apache.org/viewvc?rev=1750528&view=rev
Log:
API changed

Modified:
    xmlgraphics/site/trunk/content/fop/fo.mdtext

Modified: xmlgraphics/site/trunk/content/fop/fo.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/fo.mdtext?rev=1750528&r1=1750527&r2=1750528&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/fo.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/fo.mdtext Tue Jun 28 14:45:35 2016
@@ -334,7 +334,7 @@ The FOP library provides a method to get
 
     class rendtest {
 
-        private static FopFactory fopFactory = FopFactory.newInstance();
+        private static FopFactory fopFactory = FopFactory.newInstance(new File(".").toURI());
         private static TransformerFactory tFactory = TransformerFactory.newInstance();
 
         public static void main(String args[]) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org