-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
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.
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.
- duplicates
-
JDK-6294080 Extra "/" in URL of PrintStream.printf(String, Object) description
-
- Closed
-