You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2013/02/16 17:43:17 UTC

svn propchange: r1446913 - svn:log

Author: adrianc
Revision: 1446913
Modified property: svn:log

Modified: svn:log at Sat Feb 16 16:43:17 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Feb 16 16:43:17 2013
@@ -1,5 +1,5 @@
 Reverting revision 1345849 because it is not thread-safe and it doesn't work.
 
-It appears this was an attempt to create per-tenant FOP factories, but instead each tenant overwrites other tenant's FOP factory instances.
+It appears this was an attempt to create per-tenant FOP factories, but instead each tenant overwrites the previous FOP factory settings.
 
 A proper implementation would require a FOP factory cache keyed by delegator name.