On 09/15/2013 10:38 PM, Lance Andersen - Oracle wrote:
> I added a webrev
> http://cr.openjdk.java.net/~lancea/7097386/webrev.00/ as it might be
> a bit easier for this review.

Notes:
  - change C-style "int v[]" declarations to Java-ish "int[] v".
  - catching SQLException should probably return "false" right away?
  - "if" block can float up to the exception handler block, eliminating
the need for "int value = 0" line.

Otherwise, looks good (not a Reviewer).

Thanks,
-Aleksey,

Reply via email to