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


##########
daffodil-lib/src/test/scala/org/apache/daffodil/lib/util/TestListSerialization.scala:
##########
@@ -22,7 +22,7 @@ import org.junit.Assert.fail
 import org.junit.Test
 
 class Thing() extends Serializable {
-  var things: Seq[Thing] = _
+  var things: collection.Seq[Thing] = _

Review Comment:
   More collection.Seq instead of just Seq; is this necessary?  I don't think 
it is.



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