Integrated: 8298090: Use String.join() instead of manual loop in DescriptorSupport.toString
Andrey Turbanov
aturbanov at openjdk.org
Mon Dec 12 07:39:07 UTC 2022
On Wed, 2 Nov 2022 21:30:51 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> There is opportunity to use String.join in DescriptorSupport.toString implementation. Result code is much shorter and clearer.
This pull request has now been integrated.
Changeset: d646e32b
Author: Andrey Turbanov <aturbanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d646e32b7a0f8e4a66f06e15e289d4ed70b8250e
Stats: 9 lines in 1 file changed: 0 ins; 7 del; 2 mod
8298090: Use String.join() instead of manual loop in DescriptorSupport.toString
Reviewed-by: stsypanov, sspitsyn, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/10960
More information about the serviceability-dev
mailing list