diff -r 05e692d15fcd -r ffd8b0b70511 jdk/src/share/classes/java/sql/Array.java --- a/jdk/src/share/classes/java/sql/Array.java Fri Mar 28 11:57:02 2014 +0100 +++ b/jdk/src/share/classes/java/sql/Array.java Fri Mar 28 15:56:24 2014 +0400 @@ -348,12 +348,11 @@ * This method frees the Array object and releases the resources that * it holds. The object is invalid once the free * method is called. - *

+ *

* After free has been called, any attempt to invoke a * method other than free will result in a SQLException * being thrown. If free is called multiple times, the subsequent * calls to free are treated as a no-op. - *

* * @throws SQLException if an error occurs releasing * the Array's resources