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

BufferedReader.lines() javadoc typo should be fixed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 8
    • 8
    • core-libs
    • b120
    • Verified

    Backports

      Description

        "i.e," should be "i.e.,"

        "Any operation on that stream requires reading from the BufferedReader
        after is it closed will cause an UncheckedIOException to be thrown."
        should be
        "Any operation on that stream that requires reading from the
        BufferedReader after it is closed, will cause an UncheckedIOException to
        be thrown."

        Attachments

          Issue Links

            Activity

              People

                henryjen Henry Jen
                henryjen Henry Jen
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: