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

Change reference of J2SE to Java SE in JDBC javadocs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 1.4.1
    • core-libs
    • b86
    • generic
    • generic
    • Verified

      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: