--- old/jdk/src/java.sql/share/classes/javax/sql/XAConnection.java Tue Jan 19 14:16:08 2016 +++ new/jdk/src/java.sql/share/classes/javax/sql/XAConnection.java Tue Jan 19 14:16:08 2016 @@ -81,7 +81,7 @@ * {@code connection}; or the {@code timeout} value is less than 0. * @throws SQLFeatureNotSupportedException if the driver does not support * sharding - * @since 1.9 + * @since 9 * @see ShardingKey * @see ShardingKeyBuilder */ @@ -112,7 +112,7 @@ * this method is called on a closed {@code connection}; the {@code shardingkey} * is {@code null}; or the {@code timeout} value is less than 0. * @throws SQLFeatureNotSupportedException if the driver does not support sharding - * @since 1.9 + * @since 9 * @see ShardingKey * @see ShardingKeyBuilder */ @@ -138,7 +138,7 @@ * the {@code shardingkey} is {@code null}; or * a {@code superSharedingKey} is specified without a {@code shardingKey} * @throws SQLFeatureNotSupportedException if the driver does not support sharding - * @since 1.9 + * @since 9 * @see ShardingKey * @see ShardingKeyBuilder */ @@ -161,7 +161,7 @@ * this method is called on a closed {@code connection}; or the * {@code shardkingKey} is {@code null} * @throws SQLFeatureNotSupportedException if the driver does not support sharding - * @since 1.9 + * @since 9 * @see ShardingKey * @see ShardingKeyBuilder */