--- a/jdk/src/share/classes/java/sql/PreparedStatement.java Fri Mar 28 11:57:02 2014 +0100
+++ b/jdk/src/share/classes/java/sql/PreparedStatement.java Fri Mar 28 15:56:24 2014 +0400
@@ -892,7 +892,6 @@
* Sets the designated parameter to the given <code>java.sql.SQLXML</code> object.
* The driver converts this to an
* SQL <code>XML</code> value when it sends it to the database.
- * <p>
*
* @param parameterIndex index of the first parameter is 1, the second is 2, ...
* @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value