--- a/jdk/src/java.sql/share/classes/javax/sql/RowSet.java Fri Jul 31 07:48:34 2015 -0700
+++ b/jdk/src/java.sql/share/classes/javax/sql/RowSet.java Fri Jul 31 13:47:31 2015 -0400
@@ -1477,7 +1477,7 @@
/**
* Sets the designated parameter to a <code>InputStream</code> object.
- * The "{@code InputStream} must contain the number
+ * The {@code InputStream} must contain the number
* of characters specified by length, otherwise a <code>SQLException</code> will be
* generated when the <code>CallableStatement</code> is executed.
* This method differs from the <code>setBinaryStream (int, InputStream, int)</code>