mbeckerle commented on code in PR #1436:
URL: https://github.com/apache/daffodil/pull/1436#discussion_r1956515497
##########
daffodil-tdml-processor/src/test/java/org/apache/daffodil/processor/tdml/TestRunnerFactory.java:
##########
@@ -50,7 +50,7 @@ public void testPrimaryConstructor() {
false,
NoRoundTrip$.MODULE$,
"off",
- CollectionConverters.asScala(Arrays.asList("daffodil", "ibm")),
+ CollectionConverters.asScala(Arrays.asList("daffodil", "ibm")).toSeq(),
Review Comment:
Why does toSeq need () arguments? It's a pure conversion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]