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

SQLException method iterator needs the javadocs added

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 1.4.1
    • core-libs
    • None
    • b74
    • generic
    • generic
    • Not verified

      The SQLException method iterator is lacking a javadoc description.
      Need to update all places where J2SE is used instead of Java SE in the jdbc javadocs
      The signature for unwrap will be changed from

      public Object unwrap(Class<?> inf) throws SQLException;

      to:

        public <T> T unwrap(Class<T> inf) throws SQLException;

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: