--- old/jdk/src/java.sql/share/classes/javax/sql/XADataSource.java Wed Jan 6 14:55:24 2016 +++ new/jdk/src/java.sql/share/classes/javax/sql/XADataSource.java Wed Jan 6 14:55:24 2016 @@ -90,7 +90,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 XAConnectionBuilder */ default XAConnectionBuilder createXAConnectionBuilder() throws SQLException { @@ -104,7 +104,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()