olabusayoT commented on code in PR #1437:
URL: https://github.com/apache/daffodil/pull/1437#discussion_r1960691706
##########
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:
I think you're right. In this case, I can leave it as Seq, but I need to
change the assert to not look for Collection.Seq, because in 2.13, the value
will be Immutable.Seq.
--
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]