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

(spec) PrintStream.append has wrong return type and typo

XMLWordPrintable

    • b47
    • generic, x86
    • generic, windows_xp

      http://java.sun.com/j2se/1.5.0/docs/api/java/io/PrintStream.html

      Method public PrintStream append(CharSequence csq) has the following text in the description "Depending on the specification of toString for the character sequence csq, the entire sequence may not be appended. appended. For instance, invoking ....". The second word "append" should be removed.

      "Returns" should be "This output stream" instead of "This character stream"

      NOTE: The second append method
      public PrintStream append(CharSequence csq, int start, int end)
      also has the same "Returns" text.

            iris Iris Clark
            rmakarch Roman Makarchuk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: