diff -r d06a6d3c66c0 -r e48157b42439 jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/JoinRowSet.java --- a/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/JoinRowSet.java Wed Jul 05 19:56:33 2017 +0200 +++ b/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/JoinRowSet.java Mon Aug 18 10:59:36 2014 +0100 @@ -111,7 +111,7 @@ * and they do not have to store the exact same data type as long as the data types * can be compared. *
- * A match column can be be set in two ways: + * A match column can be set in two ways: *
Joinable
method setMatchColumn
RowSet
@@ -527,7 +527,7 @@
public static int RIGHT_OUTER_JOIN = 3;
/**
- * An ANSI-style JOIN
providing a a full JOIN. Specifies that all
+ * An ANSI-style JOIN
providing a full JOIN. Specifies that all
* rows from either table be returned regardless of matching
* records on the other table.
*/