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

Minor correction in Java API doc for DataSource

XMLWordPrintable

    • b133
    • x86_64
    • windows_7

      A DESCRIPTION OF THE PROBLEM :
      "A driver that is accessed via a DataSource object does not register itself with the DriverManager. Rather, a DataSource object is retrieved th[R]ough a lookup operation and then used to create a Connection object."

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      "A driver that is accessed via a DataSource object does not register itself with the DriverManager. Rather, a DataSource object is retrieved through a lookup operation and then used to create a Connection object. "
      ACTUAL -
      "A driver that is accessed via a DataSource object does not register itself with the DriverManager. Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object. "

      URL OF FAULTY DOCUMENTATION :
      http://docs.oracle.com/javase/8/docs/api/javax/sql/DataSource.html

            lancea Lance Andersen
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: