olabusayoT commented on code in PR #1440:
URL: https://github.com/apache/daffodil/pull/1440#discussion_r1965835953
##########
daffodil-runtime1-unparser/src/main/scala/org/apache/daffodil/unparsers/runtime1/BinaryNumberUnparsers.scala:
##########
@@ -122,7 +122,7 @@ class BinaryIntegerRuntimeLengthUnparser(
) extends BinaryIntegerBaseUnparser(e)
with HasRuntimeExplicitLength {
- override val runtimeDependencies = Vector(lengthEv)
+ override def runtimeDependencies = Vector(lengthEv)
Review Comment:
Sorry I missed these. Will do!
--
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]