I was reading the package level doc for java.sql and came across the following:
Optional Package API. This complete JDBC API is included in the JavaTM 2 SDK, Standard Edition (J2SETM), version 6.0. The javax.sql package
That should be just "6".
Since 6.0 -- new in the JDBC 4.0 API and part of the J2SE platform, version 6.0
@since tags should have 1.6, not 6.0 or 6.
Optional Package API. This complete JDBC API is included in the JavaTM 2 SDK, Standard Edition (J2SETM), version 6.0. The javax.sql package
That should be just "6".
Since 6.0 -- new in the JDBC 4.0 API and part of the J2SE platform, version 6.0
@since tags should have 1.6, not 6.0 or 6.