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

Spelling mistake in ResultSet interface documentation for next() method

XMLWordPrintable

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      next()
      Moves the cursor froward one row from its current position.

      Should be:

      next()
      Moves the cursor forward one row from its current position.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      next()
      Moves the cursor forward one row from its current position.
      ACTUAL -
      next()
      Moves the cursor froward one row from its current position.

      URL OF FAULTY DOCUMENTATION :
      https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html

            fmatte Fairoz Matte
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: