diff -r 05811931e266 -r 1b610151b316 jdk/src/share/classes/javax/sql/rowset/JoinRowSet.java --- a/jdk/src/share/classes/javax/sql/rowset/JoinRowSet.java Thu Oct 17 12:00:20 2013 -0700 +++ b/jdk/src/share/classes/javax/sql/rowset/JoinRowSet.java Thu Oct 17 15:14:58 2013 -0400 @@ -47,8 +47,7 @@ * establishing an SQL JOIN relationship. The match column may * alternatively be set by supplying it to the appropriate version of the * JointRowSet method addRowSet. - *

- *

+ * *

1.0 Overview

* Disconnected RowSet objects (CachedRowSet objects * and implementations extending the CachedRowSet interface) @@ -98,7 +97,7 @@ * inner join. The comments for the fields in the * JoinRowSet interface explain these JOIN types, which are * standard SQL JOIN types. - *

+ * *

2.0 Using a JoinRowSet Object for Creating a JOIN

* When a JoinRowSet object is created, it is empty. * The first RowSet object to be added becomes the basis for the @@ -193,7 +192,7 @@ * tables. The data in each row in four01k in which the value for the * EMP_ID column matches a value for the EMP_ID column * in jrs has been added to jrs. - *

+ * *

4.0 JoinRowSet Methods

* The JoinRowSet interface supplies several methods for adding * RowSet objects and for getting information about the @@ -217,7 +216,7 @@ *
  • A method to make a separate copy of the JoinRowSet object
    * This method creates a copy that can be persisted to the data source. * - *

    + * */ public interface JoinRowSet extends WebRowSet {