RFR: 8132801: Fix typo in javax.sql.RowSet.setBlob
Lance Andersen
lance.andersen at oracle.com
Fri Jul 31 17:38:15 UTC 2015
Hi all,
Need a review of this minor javadoc clean-up:
hg diff RowSet.java
diff -r 6db2a5a855ec src/java.sql/share/classes/javax/sql/RowSet.java
--- a/src/java.sql/share/classes/javax/sql/RowSet.java Fri Jul 31 07:48:34 2015 -0700
+++ b/src/java.sql/share/classes/javax/sql/RowSet.java Fri Jul 31 13:28:12 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>
Best
Lance
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
More information about the core-libs-dev
mailing list