You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2007/04/18 03:45:43 UTC

svn commit: r529824 - in /xmlbeans/trunk: build.xml src/xmlpublic/org/apache/xmlbeans/SchemaComponent.java

Author: radup
Date: Tue Apr 17 18:45:41 2007
New Revision: 529824

URL: http://svn.apache.org/viewvc?view=rev&rev=529824
Log:
Fix for XMLBEANS-300 and changed the version number in the build.xml file also.
Contributors: Gordon Eastman, Ben La Monica, Radu Preotiuc.


Modified:
    xmlbeans/trunk/build.xml
    xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/SchemaComponent.java

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?view=diff&rev=529824&r1=529823&r2=529824
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue Apr 17 18:45:41 2007
@@ -19,7 +19,7 @@
     <property name="javac.source" value="1.4"/>
     <property name="javac.target" value="1.4"/>
 
-    <property name="version.base" value="2.2.1"/>
+    <property name="version.base" value="2.3.0"/>
 
     <!-- manifest entries -->
     <property name="manifest.name" value="org/apache/xmlbeans/"/>

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/SchemaComponent.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/SchemaComponent.java?view=diff&rev=529824&r1=529823&r2=529824
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/SchemaComponent.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/SchemaComponent.java Tue Apr 17 18:45:41 2007
@@ -97,7 +97,7 @@
         public final SchemaTypeSystem getTypeSystem()
             { return _schemaTypeSystem; }
 
-        public final SchemaComponent getComponent()
+        public final synchronized SchemaComponent getComponent()
         {
             if (_schemaComponent == null && _handle != null)
             {



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