jdk/src/share/classes/java/sql/CallableStatement.java
changeset 14014 da3648e13e67
parent 6540 a4ae668f6125
child 14171 94eb36844bd7
--- a/jdk/src/share/classes/java/sql/CallableStatement.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/sql/CallableStatement.java	Mon Oct 01 15:36:57 2012 +0100
@@ -1562,7 +1562,7 @@
      * @param parameterName the name of the parameter
      * @return the parameter value in full precision.  If the value is
      * SQL <code>NULL</code>, the result is <code>null</code>.
-     * @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 <code>CallableStatement</code>
      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support