On Mon, 22 Aug 2022 14:27:28 GMT, Daniel Fuchs <[email protected]> wrote:
>Also it might be more concise to use List & loops to construct the various >arrays, rather than copy/pasting the same line over and over (more >specifically things line the `serverScenarios` and `clientScenarios` arrays >look like they could be initialized with one or two imbricated loops). avoided repetation of serverScenarios and clientScenarios array @dfuch thanks ------------- PR: https://git.openjdk.org/jdk/pull/9958
