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 2004/10/02 08:08:11 UTC

cvs commit: xml-xmlbeans/v2/src/typeimpl/org/apache/xmlbeans/impl/values XmlObjectBase.java

radup       2004/10/01 23:08:11

  Modified:    v2/src/typeimpl/org/apache/xmlbeans/impl/values
                        XmlObjectBase.java
  Log:
  Fix an error in my previous commit (methods called in the wrong order).
  
  Revision  Changes    Path
  1.17      +1 -1      xml-xmlbeans/v2/src/typeimpl/org/apache/xmlbeans/impl/values/XmlObjectBase.java
  
  Index: XmlObjectBase.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/typeimpl/org/apache/xmlbeans/impl/values/XmlObjectBase.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XmlObjectBase.java	1 Oct 2004 04:35:02 -0000	1.16
  +++ XmlObjectBase.java	2 Oct 2004 06:08:11 -0000	1.17
  @@ -666,9 +666,9 @@
               // ordinary commit except no clearing of nil flag
               if ((_flags & FLAG_STORE) != 0)
               {
  +                get_store().invalidate_text();
                   _flags &= ~FLAGS_DATED;
                   get_store().invalidate_nil();
  -                get_store().invalidate_text();
               }
               else
               {
  
  
  

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