RFR: 8257750: writeBuffer field of java.io.DataOutputStream should be final [v2]

Lance Andersen lancea at openjdk.java.net
Fri Dec 4 17:30:14 UTC 2020


On Fri, 4 Dec 2020 17:22:29 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Please review this trivial change to make the `writeBuffer` array field final and move it to the beginning of the class where other fields are declared.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8257750: Change "byte writeBuffer[]" to "byte[] writeBuffer"

Marked as reviewed by lancea (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/1627


More information about the core-libs-dev mailing list