On 9/29/14 2:21 PM, Lance Andersen wrote:
Hi all,Need a reviewer for 8059411 which is a simple fix & test for the fact RowSetWarning does not properly chain warnings. With the fix, the JCK still passes. The webrev can be found at http://cr.openjdk.java.net/~lancea/8059411/webrev.00/
Looks ok. line 132: an alternative for the type casting is: RowSetWarning.class.cast(getNextException()); Mandy