On 30/06/2013 22:26, Nick Williams wrote:
In java.sql.DatabaseMetaData, the Javadoc for supportsResultSetHoldability fails to properly close a<code> tag, and so everything following that method is monospace. To be precise:<code>ResultSet.CLOSE_CURSORS_AT_COMMIT<code> However, it should be: <code>ResultSet.CLOSE_CURSORS_AT_COMMIT</code> Nick
This was fixed recently along with many other javadoc issues, see: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b9ba04dc210f -Alan
