You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by er...@apache.org on 2004/01/08 02:15:20 UTC

cvs commit: xml-xmlbeans/v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store Cur.java

ericvas     2004/01/07 17:15:20

  Modified:    v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store
                        Cur.java
  Log:
  Fix for resetting reentrancy frame index
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xmlbeans/v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store/Cur.java
  
  Index: Cur.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store/Cur.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Cur.java	7 Jan 2004 23:57:36 -0000	1.1
  +++ Cur.java	8 Jan 2004 01:15:20 -0000	1.2
  @@ -337,6 +337,7 @@
   
           _obj = null;
           _curKind = -1;
  +        _tempCurFrame = -1;
   
           assert _state == UNEMBEDDED;
   
  
  
  

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