parsingdata/metal

Use Java 9 features (such as List.of and Set.of)

Closed this issue · 1 comments

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.

Fixed in #391