stevedlawrence commented on code in PR #1434:
URL: https://github.com/apache/daffodil/pull/1434#discussion_r1956184515


##########
daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala:
##########
@@ -1428,7 +1428,7 @@ class Main(
               forPerformance = true
             )
 
-            val dataSeq: Seq[Either[AnyRef, Array[Byte]]] = files.map { 
filePath =>
+            val dataSeq: collection.Seq[Either[AnyRef, Array[Byte]]] = 
files.map { filePath =>

Review Comment:
   Why is `collection` needed? Isn't Seq in the global scope?



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