< prev index next >

src/java.sql.rowset/share/classes/com/sun/rowset/internal/CachedRowSetWriter.java

Print this page

        

@@ -180,11 +180,11 @@
  *  retrieved from the db and hold it.
  */
     private CachedRowSetImpl crsResolve;
 
 /**
- * This <code>ArrayList<code> will hold the values of SyncResolver.*
+ * This {@code ArrayList} will hold the values of SyncResolver.*
  */
     private ArrayList<Integer> status;
 
 /**
  * This will check whether the same field value has changed both
< prev index next >