RFR: JDK-8304945: StringBuilder and StringBuffer should implement Appendable explicitly

Joe Darcy darcy at openjdk.org
Sun Apr 2 20:51:19 UTC 2023


On Sun, 2 Apr 2023 06:45:30 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> Right now, the javadoc for SB lists Appendable in the "All Implemented Interfaces" list. With this change it will be shown in the class declaration in the list of "implements" list. Make sense.

Correct; after the change, the appearance of Appendable as one of the implemented interfaces of StringBuffer/StringBuilder has an evident explanation.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13278#issuecomment-1493436808


More information about the core-libs-dev mailing list