--- old/src/share/classes/java/sql/CallableStatement.java Mon Oct 1 10:51:17 2012 +++ new/src/share/classes/java/sql/CallableStatement.java Mon Oct 1 10:51:16 2012 @@ -1562,7 +1562,7 @@ * @param parameterName the name of the parameter * @return the parameter value in full precision. If the value is * SQL NULL, the result is null. - * @exception SQLExceptionif parameterName does not correspond to a named + * @exception SQLException if parameterName does not correspond to a named * parameter; if a database access error occurs or * this method is called on a closed CallableStatement * @exception SQLFeatureNotSupportedException if the JDBC driver does not support