diff -r 05e692d15fcd -r ffd8b0b70511 jdk/src/share/classes/java/sql/CallableStatement.java --- a/jdk/src/share/classes/java/sql/CallableStatement.java Fri Mar 28 11:57:02 2014 +0100 +++ b/jdk/src/share/classes/java/sql/CallableStatement.java Fri Mar 28 15:56:24 2014 +0400 @@ -1160,13 +1160,13 @@ *

* This method throws an exception if there is an ambiguity, for example, if the * object is of a class implementing more than one of the interfaces named above. - *

+ *

*Note: Not all databases allow for a non-typed Null to be sent to * the backend. For maximum portability, the setNull or the * setObject(String parameterName, Object x, int sqlType) * method should be used * instead of setObject(String parameterName, Object x). - *

+ * * @param parameterName the name of the parameter * @param x the object containing the input parameter value * @exception SQLException if parameterName does not correspond to a named @@ -2025,7 +2025,7 @@ * NVARCHAR * or LONGNVARCHAR parameter as * a String in the Java programming language. - *

+ *

* For the fixed-length type JDBC NCHAR, * the String object * returned has exactly the same value the SQL