Integrated: 8257750: writeBuffer field of java.io.DataOutputStream should be final
Brian Burkhalter
bpb at openjdk.java.net
Fri Dec 4 20:35:17 UTC 2020
On Fri, 4 Dec 2020 16:58:56 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.
This pull request has now been integrated.
Changeset: e27ea4d1
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e27ea4d1
Stats: 4 lines in 1 file changed: 2 ins; 2 del; 0 mod
8257750: writeBuffer field of java.io.DataOutputStream should be final
Reviewed-by: lancea, naoto
-------------
PR: https://git.openjdk.java.net/jdk/pull/1627
More information about the core-libs-dev
mailing list