--- old/src/share/classes/javax/sql/rowset/spi/SyncProvider.java 2014-08-08 07:02:23.000000000 -0400 +++ new/src/share/classes/javax/sql/rowset/spi/SyncProvider.java 2014-08-08 07:02:22.000000000 -0400 @@ -173,7 +173,7 @@ * are used as return values or parameters for SyncProvider methods. * SyncProvider objects may be implemented to perform synchronization * between a RowSet object and its underlying data source with varying - * degrees of of care. The first group of constants indicate how synchronization + * degrees of care. The first group of constants indicate how synchronization * is handled. For example, GRADE_NONE indicates that a * SyncProvider object will not take any care to see what data is * valid and will simply write the RowSet data to the data source.