--- old/jdk/src/java.sql/share/classes/javax/sql/DataSource.java Wed Jan 6 14:55:21 2016 +++ new/jdk/src/java.sql/share/classes/javax/sql/DataSource.java Wed Jan 6 14:55:21 2016 @@ -119,7 +119,7 @@ * @return The ConnectionBuilder instance that was created * @throws SQLException if an error occurs creating the builder * @throws SQLFeatureNotSupportedException if the driver does not support sharding - * @since 1.9 + * @since 9 * @see createConnectionBuilder */ default ConnectionBuilder createConnectionBuilder() throws SQLException { @@ -133,7 +133,7 @@ * @return The ShardingKeyBuilder instance that was created * @throws SQLException if an error occurs creating the builder * @throws SQLFeatureNotSupportedException if the driver does not support this method - * @since 1.9 + * @since 9 * @see ShardingKeyBuilder */ default ShardingKeyBuilder createShardingKeyBuilder()