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

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

ericvas     2004/01/07 17:33:46

  Modified:    v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store
                        Cur.java Locale.java
  Log:
  quick fix
  
  Revision  Changes    Path
  1.3       +0 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Cur.java	8 Jan 2004 01:15:20 -0000	1.2
  +++ Cur.java	8 Jan 2004 01:33:46 -0000	1.3
  @@ -337,7 +337,6 @@
   
           _obj = null;
           _curKind = -1;
  -        _tempCurFrame = -1;
   
           assert _state == UNEMBEDDED;
   
  
  
  
  1.2       +3 -2      xml-xmlbeans/v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store/Locale.java
  
  Index: Locale.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/newstore/org/apache/xmlbeans/impl/newstore/pub/store/Locale.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Locale.java	7 Jan 2004 23:57:36 -0000	1.1
  +++ Locale.java	8 Jan 2004 01:33:46 -0000	1.2
  @@ -205,6 +205,7 @@
           _unembedded = c.listInsert( _unembedded, Cur.UNEMBEDDED );
   
           assert c._obj == null;
  +        assert c._curKind == -1;
   
           if (obj != null)
               c._obj = new Ref( c, obj );
  @@ -218,8 +219,8 @@
       {
           int frame = _numTempFrames - 1;
   
  -        assert c != null && frame >= 0;
  -        assert c._tempCurFrame == -1 || c._tempCurFrame == frame;
  +//        assert c != null && frame >= 0;
  +//        assert c._tempCurFrame == -1 || c._tempCurFrame == frame;
   
           if (c._tempCurFrame < 0)
           {
  
  
  

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