You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ph...@apache.org on 2012/07/05 17:17:59 UTC

svn commit: r1357674 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java

Author: phancock
Date: Thu Jul  5 15:17:59 2012
New Revision: 1357674

URL: http://svn.apache.org/viewvc?rev=1357674&view=rev
Log:
Synchronized FopFactory.getRendererConfig

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java?rev=1357674&r1=1357673&r2=1357674&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java Thu Jul  5 15:17:59 2012
@@ -295,7 +295,7 @@ public final class FopFactory implements
      * @return the config object
      * @throws FOPException when an error occurs while creating the configuration object
      */
-    RendererConfig getRendererConfig(FOUserAgent userAgent, Configuration cfg,
+    synchronized RendererConfig getRendererConfig(FOUserAgent userAgent, Configuration cfg,
             RendererConfigParser configCreator) throws FOPException {
         RendererConfig config = rendererConfig.get(configCreator.getMimeType());
         if (config == null) {



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