Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
All (may be except of couple of ones) RowSetMetaDataImpl methods' javadoc
contain a typo:
"Throws:
SQLException - if a database access error occurs or the given
column number is out of bounds
java.sql.SQLException"
^^^^^^^^^^^^^^^^^^^^^ (redundant string)
or
"Throws:
java.sql.SQLException"
^^^^^^^^^^^^^^^^^^^^^ (redundant string)
======================================================================