jdk/src/share/classes/java/sql/CallableStatement.java
changeset 23590 ffd8b0b70511
parent 21950 db3c826749f7
child 25976 4de01a56e3ee
--- 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 @@
      * <P>
      * 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.
-     *<p>
+     * <p>
      *<b>Note:</b> Not all databases allow for a non-typed Null to be sent to
      * the backend. For maximum portability, the <code>setNull</code> or the
      * <code>setObject(String parameterName, Object x, int sqlType)</code>
      * method should be used
      * instead of <code>setObject(String parameterName, Object x)</code>.
-     *<p>
+     *
      * @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 @@
      * <code>NVARCHAR</code>
      * or <code>LONGNVARCHAR</code> parameter as
      * a <code>String</code> in the Java programming language.
-     *  <p>
+     * <p>
      * For the fixed-length type JDBC <code>NCHAR</code>,
      * the <code>String</code> object
      * returned has exactly the same value the SQL