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

BufferedReader.lines() javadoc typo should be fixed

XMLWordPrintable

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

        "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."

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

                Created:
                Updated:
                Resolved: