diff -r d06a6d3c66c0 -r e48157b42439 jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/RowSetProvider.java --- a/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/RowSetProvider.java Wed Jul 05 19:56:33 2017 +0200 +++ b/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/RowSetProvider.java Mon Aug 18 10:59:36 2014 +0100 @@ -97,7 +97,7 @@ * The {@link ServiceLoader} API. The {@code ServiceLoader} API will look * for a class name in the file * {@code META-INF/services/javax.sql.rowset.RowSetFactory} - * in jars available to the runtime. For example, to have the the RowSetFactory + * in jars available to the runtime. For example, to have the RowSetFactory * implementation {@code com.sun.rowset.RowSetFactoryImpl } loaded, the * entry in {@code META-INF/services/javax.sql.rowset.RowSetFactory} would be: *