olabusayoT commented on code in PR #1426:
URL: https://github.com/apache/daffodil/pull/1426#discussion_r1949364528


##########
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:
   It is...not sure why IntelliJ compalined about it...i should stick to just 
the compiler errors. Anyways I've reverted this change.



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