jadams-tresys commented on code in PR #1426:
URL: https://github.com/apache/daffodil/pull/1426#discussion_r1949230189


##########
daffodil-lib/src/test/scala/org/apache/daffodil/lib/validation/TestValidatorsSPI.scala:
##########
@@ -50,21 +52,21 @@ class TestValidatorsSPI {
 
   @Test def testPassingValidator(): Unit = {
     val f = Validators.get(PassingValidator.name)
-    val v = f.make(XercesValidatorFactory.makeConfig(Seq(schema)))
+    val v = f.make(XercesValidatorFactory.makeConfig(immutable.Seq(schema)))

Review Comment:
   Is Seq no longer immutable by default in 2.13?



-- 
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]

Reply via email to