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

Typo in SerialException in SerialClob.truncate

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • None
    • core-libs
    • b86

    Description

      The following change is needed to correct a typo in the @Throws for SerialClob.truncate hg diff SerialClob.java
      diff -r e6c3b8e74e50 src/share/classes/javax/sql/rowset/serial/SerialClob.java
      --- a/src/share/classes/javax/sql/rowset/serial/SerialClob.java Tue Apr 02 10:12:20 2013 -0700
      +++ b/src/share/classes/javax/sql/rowset/serial/SerialClob.java Wed Apr 03 12:06:01 2013 -0400
      @@ -508,7 +508,7 @@
            *
            * @param length the length, in bytes, to which the <code>CLOB</code>
            * value should be truncated
      - * @throws SerialLException if there is an error accessing the
      + * @throws SerialException if there is an error accessing the
            * <code>CLOB</code> value;
            * if the {@code free} method had been previously called on this object
            */

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: