You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/06/12 01:56:13 UTC

svn commit: r666916 - /commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java

Author: mbenson
Date: Wed Jun 11 16:56:13 2008
New Revision: 666916

URL: http://svn.apache.org/viewvc?rev=666916&view=rev
Log:
synchro

Modified:
    commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java

Modified: commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java?rev=666916&r1=666915&r2=666916&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java (original)
+++ commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java Wed Jun 11 16:56:13 2008
@@ -115,7 +115,7 @@
     /**
      * Create the default node factory array.
      */
-    private static void createNodeFactoryArray() {
+    private static synchronized void createNodeFactoryArray() {
         if (nodeFactoryArray == null) {
             nodeFactoryArray =
                 (NodePointerFactory[]) nodeFactories.