olabusayoT commented on a change in pull request #332: Refactor isHidden
URL: https://github.com/apache/incubator-daffodil/pull/332#discussion_r390352687
##########
File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/Term.scala
##########
@@ -746,7 +741,7 @@ trait Term
*
* What stops this is when the end of an enclosing element has to be next.
*/
- final def possibleNextChildElementsInInfoset: Seq[ElementBase] =
LV('possibleNextChildElementsInInfoset) {
+ def possibleNextChildElementsInInfoset: Seq[ElementBase] =
LV('possibleNextChildElementsInInfoset) {
Review comment:
I think this was an oversight. I'd changed it to a val during debugging, and
forgot the "final" during restoration
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services