jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java
changeset 25976 4de01a56e3ee
parent 23914 754ca74db76a
--- a/jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java	Mon Aug 11 15:34:24 2014 +0100
+++ b/jdk/src/share/classes/javax/sql/rowset/RowSetProvider.java	Mon Aug 11 14:22:22 2014 -0400
@@ -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:
      *  <ul>