Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8132801

Remove extra '" from javax.sql.RowSet.setBlob(String,InputStream,long)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • None
    • core-libs
    • b77

    Backports

      Description

        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:36:07 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>

        Attachments

          Issue Links

            Activity

              People

                lancea Lance Andersen
                lancea Lance Andersen
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: