Lance Andersen - Oracle wrote:
Hi Alan, Joe
I pushed the revised webrev out (webrev.01). I am going through a
directory at time to resolve the lint errors and found a few
additional classes to address in com.sun.rowset (as I had not looked
at this directory yet) which you will see in the change log.
The updated changes look okay to me. A few minor comments:
src/share/classes/com/sun/rowset/CachedRowSetImpl.java
L120 - you want want to insert a line after the declaration of rvh.
L296 and L301 - misaligned?
L1287 - you could use the diamond operator here
L2956 - I assume this can be Map rather than java.util.Map.
src/share/classes/com/sun/rowset/JoinRowSetImpl.java
L62 - end of comment is misaligned
L225 - you could use the diamond operator here
-Alan.