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 2009/05/07 22:52:07 UTC

svn commit: r772769 - /xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/XmlValueRef.java

Author: radup
Date: Thu May  7 20:52:07 2009
New Revision: 772769

URL: http://svn.apache.org/viewvc?rev=772769&view=rev
Log:
Made XmlValueRef constructor public.

Modified:
    xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/XmlValueRef.java

Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/XmlValueRef.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/XmlValueRef.java?rev=772769&r1=772768&r2=772769&view=diff
==============================================================================
--- xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/XmlValueRef.java (original)
+++ xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/XmlValueRef.java Thu May  7 20:52:07 2009
@@ -29,7 +29,7 @@
     SchemaType.Ref _typeref;
     Object _initVal;
 
-    XmlValueRef(XmlAnySimpleType xobj)
+    public XmlValueRef(XmlAnySimpleType xobj)
     {
         if (xobj == null)
             throw new IllegalArgumentException();



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