src/share/classes/javax/sql/rowset/spi/package.html

Print this page

        

@@ -120,11 +120,11 @@
 groups have considered offering XML-based synchronization.  For details, see
 <PRE>
      <a href="http://www.syncml.org">http://www.syncml.org</a>
 </PRE>
 <P>
-For the the next level up, the
+For the next level up, the
 writer checks to see if there are any conflicts, and if there are, 
 it does not write anything to the data source.  The problem with this concurrency
 level is that if another party has modified the corresponding data in the data source 
 since the <code>RowSet</code> object got its data,
 the changes made to the <code>RowSet</code> object are lost. The