Closed rdvdijk closed 1 year ago
Let's use some of the Java 9 List.of methods instead of Arrays.asList. Most or all of these are present in test code, so it should not affect any actual Metal code.
List.of
Arrays.asList
Fixed in #391
Let's use some of the Java 9
List.of
methods instead ofArrays.asList
. Most or all of these are present in test code, so it should not affect any actual Metal code.