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/02/28 01:56:56 UTC

cvs commit: xml-xmlbeans/v2/src/xmlstore/org/apache/xmlbeans/impl/store Cursor.java

ericvas     2004/02/27 16:56:56

  Modified:    v2/src/xmlstore/org/apache/xmlbeans/impl/store Cursor.java
  Log:
  Removed bad assert
  
  Revision  Changes    Path
  1.9       +0 -2      xml-xmlbeans/v2/src/xmlstore/org/apache/xmlbeans/impl/store/Cursor.java
  
  Index: Cursor.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/xmlstore/org/apache/xmlbeans/impl/store/Cursor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Cursor.java	12 Feb 2004 20:06:30 -0000	1.8
  +++ Cursor.java	28 Feb 2004 00:56:56 -0000	1.9
  @@ -3690,8 +3690,6 @@
           {
               super( start );
   
  -            assert ! start.isAtSamePositionAs( last );
  -
               _cursor = start;
               _last = last;
               _didLast = false;
  
  
  

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