jdk/src/java.sql/share/classes/java/sql/CallableStatement.java
changeset 37880 60ec48925dc6
parent 25991 e48157b42439
child 41889 54d1ff9312ce
--- a/jdk/src/java.sql/share/classes/java/sql/CallableStatement.java	Tue May 10 14:52:31 2016 +0200
+++ b/jdk/src/java.sql/share/classes/java/sql/CallableStatement.java	Tue May 10 17:16:55 2016 +0300
@@ -1882,7 +1882,7 @@
        throws SQLException;
 
     /**
-     * Sets the designated parameter to a {@code InputStream} object.
+     * Sets the designated parameter to an {@code InputStream} object.
      * The <code>Inputstream</code> must contain the number
      * of characters specified by length, otherwise a <code>SQLException</code> will be
      * generated when the <code>CallableStatement</code> is executed.
@@ -2379,7 +2379,7 @@
        throws SQLException;
 
     /**
-     * Sets the designated parameter to a {@code InputStream} object.
+     * Sets the designated parameter to an {@code InputStream} object.
      * This method differs from the <code>setBinaryStream (int, InputStream)</code>
      * method because it informs the driver that the parameter value should be
      * sent to the server as a <code>BLOB</code>.  When the <code>setBinaryStream</code> method is used,